the-new-hotness: Try commenting out the bindings section
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
47a20bac7c
commit
cdfa935dfc
1 changed files with 8 additions and 8 deletions
|
@ -23,14 +23,14 @@ 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{{ env_suffix }}"
|
#queue = "the-new-hotness{{ env_suffix }}"
|
||||||
exchange = "amq.topic"
|
#exchange = "amq.topic"
|
||||||
routing_keys = [
|
#routing_keys = [
|
||||||
"org.release-monitoring.*.anitya.project.version.update",
|
# "org.release-monitoring.*.anitya.project.version.update",
|
||||||
"org.release-monitoring.*.anitya.project.map.new",
|
# "org.release-monitoring.*.anitya.project.map.new",
|
||||||
"org.fedoraproject.*.buildsys.task.state.change",
|
# "org.fedoraproject.*.buildsys.task.state.change",
|
||||||
]
|
#]
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
ca_cert = "/etc/pki/rabbitmq/ca/fedora-messaging-the-new-hotness-ca.crt"
|
ca_cert = "/etc/pki/rabbitmq/ca/fedora-messaging-the-new-hotness-ca.crt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue