mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
11 lines
337 B
TOML
11 lines
337 B
TOML
[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]
|
|
enabled = true
|
|
directory = "/data" |