badges: fix tahrir topic prefix in fm config

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-04-08 11:33:46 +10:00
parent d855f9eeff
commit 25d4ecaa55

View file

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