the-new-hotness: Add env_suffix to rabbitmq queue
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
1da9c0a327
commit
7a9bc5aaa0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ items:
|
||||||
# Note the double brackets below.
|
# Note the double brackets below.
|
||||||
# To add another binding, add another [[bindings]] section.
|
# To add another binding, add another [[bindings]] section.
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
queue = "the-new-hotness"
|
queue = "the-new-hotness{{ env_suffix }}"
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = [
|
routing_keys = [
|
||||||
"org.release-monitoring.prod.anitya.project.version.update",
|
"org.release-monitoring.prod.anitya.project.version.update",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue