badges: fix tahrir topic prefix in fm config
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
d855f9eeff
commit
25d4ecaa55
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ passive_declares = true
|
|||
# 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.
|
||||
{% if env == "staging" %}
|
||||
topic_prefix = "org.fedoraproject.stg"
|
||||
topic_prefix = "org.fedoraproject.stg.badges"
|
||||
{% else %}
|
||||
topic_prefix = "org.fedoraproject.prod"
|
||||
topic_prefix = "org.fedoraproject.prod.badges"
|
||||
{% endif %}
|
||||
|
||||
[tls]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue