the-new-hotness, release-monitoring: Fix amqp url
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
52d8c3939a
commit
b05b514f07
2 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ items:
|
||||||
app: release-monitoring
|
app: release-monitoring
|
||||||
data:
|
data:
|
||||||
config.toml: |-
|
config.toml: |-
|
||||||
amqp_url = "amqps://messaging-bridge{{ env_suffix }}.fedoraproject.org:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
amqp_url = "amqps://anitya:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
ca_cert = "/etc/pki/rabbitmq/ca/fedora-messaging-release-monitoring-ca.crt"
|
ca_cert = "/etc/pki/rabbitmq/ca/fedora-messaging-release-monitoring-ca.crt"
|
||||||
|
|
|
@ -15,7 +15,7 @@ items:
|
||||||
# For complete details on all configuration options, see the documentation
|
# For complete details on all configuration options, see the documentation
|
||||||
# https://fedora-messaging.readthedocs.io/en/latest/configuration.html.
|
# https://fedora-messaging.readthedocs.io/en/latest/configuration.html.
|
||||||
|
|
||||||
amqp_url = "amqps://messaging-bridge{{ env_suffix }}.fedoraproject.org:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
amqp_url = "amqps://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
||||||
|
|
||||||
publish_exchange = "amq.topic"
|
publish_exchange = "amq.topic"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue