waiverdb: Adjust the amqp_url of waiverdb again

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-04-02 15:25:11 +02:00
parent 15bc225dd3
commit cac1c82e89

View file

@ -1,7 +1,7 @@
# Configuration for fedora-messaging. This file is in the TOML format.
# For complete details on all configuration options, see the documentation.
amqp_url = "amqps://waiverdb{{ env_suffix }}:@rabbitmq{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
amqp_url = "amqps://waiverdb{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
{% if env == "staging" %}
topic_prefix = "org.fedoraproject.stg"