diff options
Diffstat (limited to 'docker/replication.toml')
| -rw-r--r-- | docker/replication.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docker/replication.toml b/docker/replication.toml new file mode 100644 index 000000000..84c0bec28 --- /dev/null +++ b/docker/replication.toml @@ -0,0 +1,11 @@ +[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 +directory = "/data"
\ No newline at end of file |
