Use correct ODCS username for fedora-messaging.

This commit is contained in:
Jan Kaluža 2019-10-23 12:59:01 +00:00 committed by Pierre-Yves Chibon
parent 6b3f115cb0
commit ae6ce0d40b

View file

@ -1,7 +1,7 @@
# A sample configuration for fedora-messaging. This file is in the TOML format.
# For complete details on all configuration options, see the documentation.
amqp_url = "amqps://pagure{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
amqp_url = "amqps://odcs{{ 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.