the-new-hotness, release-monitoring: Update amqp_url

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-05-20 15:58:40 +02:00
parent 1a09cff25c
commit 2af44e8323
2 changed files with 2 additions and 2 deletions

View file

@ -222,7 +222,7 @@ items:
app: release-monitoring app: release-monitoring
data: data:
config.toml: |- config.toml: |-
amqp_url = "amqps://anitya:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" amqp_url = "amqps://anitya:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
{% if env == "staging" %} {% if env == "staging" %}
topic_prefix = "org.release-monitoring.stg" topic_prefix = "org.release-monitoring.stg"

View file

@ -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://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" amqp_url = "amqps://the-new-hotness:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
publish_exchange = "amq.topic" publish_exchange = "amq.topic"
{% if env == "staging" %} {% if env == "staging" %}