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"