From cac1c82e890b9c0c4ce4579c452164d8632162c4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 2 Apr 2019 15:25:11 +0200 Subject: [PATCH] waiverdb: Adjust the amqp_url of waiverdb again Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/waiverdb/templates/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/waiverdb/templates/config.toml b/roles/openshift-apps/waiverdb/templates/config.toml index 9d413e902e..6e251325db 100644 --- a/roles/openshift-apps/waiverdb/templates/config.toml +++ b/roles/openshift-apps/waiverdb/templates/config.toml @@ -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"