diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-01-26 22:31:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 22:31:54 -0800 |
| commit | 5e07afb0f0c1eca20da0780c806973db40ea6a24 (patch) | |
| tree | 2d2167b2fb8994a1319d8c72c2f9f10087bf9daa /docker/notification.toml | |
| parent | b3f66199db4b6a9da48f091a33e87470877d6d73 (diff) | |
| parent | 612b7975a12da0ff7d84781b1bea338a5f4814c6 (diff) | |
| download | seaweedfs-5e07afb0f0c1eca20da0780c806973db40ea6a24.tar.xz seaweedfs-5e07afb0f0c1eca20da0780c806973db40ea6a24.zip | |
Merge pull request #1759 from kmlebedev/sink.local
replication to local disk storage
Diffstat (limited to 'docker/notification.toml')
| -rw-r--r-- | docker/notification.toml | 16 |
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 |
