diff --git a/roles/openshift-apps/webhook2fedmsg/templates/fedora-messaging.toml b/roles/openshift-apps/webhook2fedmsg/templates/fedora-messaging.toml index 220b6475ae..2c1acfe5bd 100644 --- a/roles/openshift-apps/webhook2fedmsg/templates/fedora-messaging.toml +++ b/roles/openshift-apps/webhook2fedmsg/templates/fedora-messaging.toml @@ -1,4 +1,4 @@ -amqp_url = "amqps://webhook2fedmsg:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" +amqp_url = "amqps://webhook2fedmsg{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" # Just check if the queue exist, don't try to create it (the server does not allow it). passive_declares = true