messaging/base: remove undefined var
This commit is contained in:
parent
124abd89a8
commit
2a4c4d66ae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
amqp_url = "amqps://{{ msg_config.username }}{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
amqp_url = "amqps://{{ msg_username }}{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
|
||||
# The topic_prefix configuration value will add a prefix to the topics of every sent message.
|
||||
# This is used for migrating from fedmsg, and should not be used afterwards.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue