seaweedfs/docker/replication.toml

12 lines
359 B
TOML
Raw Normal View History

2021-01-26 17:50:25 +00: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]
enabled = true
2021-01-27 07:45:58 +00:00
directory = "/data"
todays_date_format = "2006-02-01"