From 1f9a864e927312039470b95b96823a78cf0301e5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 2 Apr 2019 15:07:38 +0200 Subject: [PATCH] waiverdb: Adjust the waiverdb amqp_url 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 ee15e27909..9d413e902e 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 }}:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" +amqp_url = "amqps://waiverdb{{ env_suffix }}:@rabbitmq{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" {% if env == "staging" %} topic_prefix = "org.fedoraproject.stg"