messaging/base: remove undefined var

This commit is contained in:
Pavel Raiskup 2019-06-28 12:58:58 +02:00
parent 124abd89a8
commit 2a4c4d66ae

View file

@ -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.