1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2024-12-25 10:17:55 +08:00
seaweedfs/docker/compose/replication.toml

11 lines
337 B
TOML
Raw Normal View History

2021-01-27 01:50:25 +08:00
[source.filer]
enabled = true
grpcAddress = "filer:18888"
# all files under this directory tree are replicated.
# this is not a directory on your hard drive, but on your filer.
# i.e., all files with this "prefix" are sent to notification message queue.
directory = "/buckets"
[sink.local_incremental]
2021-01-27 01:50:25 +08:00
enabled = true
directory = "/data"