Fix W2FM rabbitmq username
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
482e9d21f5
commit
2d1a225422
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue