diff options
Diffstat (limited to 'docker/notification.toml')
| -rw-r--r-- | docker/notification.toml | 3 |
1 files changed, 2 insertions, 1 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 |
