Fix example litestream.yml replica configuration

This commit is contained in:
Ben Johnson
2021-02-22 07:52:56 -07:00
parent 6a90714bbe
commit cb007762be

View File

@@ -6,5 +6,5 @@
# - path: /path/to/primary/db # Database to replicate from # - path: /path/to/primary/db # Database to replicate from
# replicas: # replicas:
# - path: /path/to/replica # File-based replication # - path: /path/to/replica # File-based replication
# - path: s3://my.bucket.com/db # S3-based replication # - url: s3://my.bucket.com/db # S3-based replication