the-new-hotness: Add env_suffix to rabbitmq queue

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-02-28 16:17:46 +01:00
parent 1da9c0a327
commit 7a9bc5aaa0

View file

@ -24,7 +24,7 @@ items:
# Note the double brackets below.
# To add another binding, add another [[bindings]] section.
[[bindings]]
queue = "the-new-hotness"
queue = "the-new-hotness{{ env_suffix }}"
exchange = "amq.topic"
routing_keys = [
"org.release-monitoring.prod.anitya.project.version.update",