aboutsummaryrefslogtreecommitdiff
path: root/docker/notification.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/notification.toml')
-rw-r--r--docker/notification.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docker/notification.toml b/docker/notification.toml
new file mode 100644
index 000000000..4ed76825e
--- /dev/null
+++ b/docker/notification.toml
@@ -0,0 +1,16 @@
+[notification.log]
+# this is only for debugging perpose and does not work with "weed filer.replicate"
+enabled = false
+
+
+[notification.gocdk_pub_sub]
+# The Go Cloud Development Kit (https://gocloud.dev).
+# PubSub API (https://godoc.org/gocloud.dev/pubsub).
+# Supports AWS SNS/SQS, Azure Service Bus, Google PubSub, NATS and RabbitMQ.
+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.
+topic_url = "rabbit://swexchange"
+sub_url = "rabbit://swqueue" \ No newline at end of file