aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-01-27 12:45:58 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-01-27 12:45:58 +0500
commit36348114084e7ff583f52ef93a73e1cd8c8f58b5 (patch)
tree470124377fe37747b740fa6ff000018d62f122aa /docker
parent5e07afb0f0c1eca20da0780c806973db40ea6a24 (diff)
downloadseaweedfs-36348114084e7ff583f52ef93a73e1cd8c8f58b5.tar.xz
seaweedfs-36348114084e7ff583f52ef93a73e1cd8c8f58b5.zip
replication to todays date directory
Diffstat (limited to 'docker')
-rw-r--r--docker/notification.toml3
-rw-r--r--docker/replication.toml3
2 files changed, 4 insertions, 2 deletions
diff --git a/docker/notification.toml b/docker/notification.toml
index 4ed76825e..dcd5f2c6f 100644
--- a/docker/notification.toml
+++ b/docker/notification.toml
@@ -11,6 +11,7 @@ enabled = true
# This URL will Dial the RabbitMQ server at the URL in the environment
# variable RABBIT_SERVER_URL and open the exchange "myexchange".
# The exchange must have already been created by some other means, like
-# the RabbitMQ management plugin.
+# the RabbitMQ management plugin. Сreate myexchange of type fanout and myqueue then
+# create binding myexchange => myqueue
topic_url = "rabbit://swexchange"
sub_url = "rabbit://swqueue" \ No newline at end of file
diff --git a/docker/replication.toml b/docker/replication.toml
index 84c0bec28..2cee755a5 100644
--- a/docker/replication.toml
+++ b/docker/replication.toml
@@ -8,4 +8,5 @@ directory = "/buckets"
[sink.local]
enabled = true
-directory = "/data" \ No newline at end of file
+directory = "/data"
+todays_date_format = "2006-02-01" \ No newline at end of file