Badges: Drop the redundant topic_prefix

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-06-11 16:59:03 +02:00
parent 0127f5397f
commit 3a60a22eee
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 4 additions and 4 deletions

View file

@ -9,9 +9,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.badges"
topic_prefix = "org.fedoraproject.stg"
{% else %}
topic_prefix = "org.fedoraproject.prod.badges"
topic_prefix = "org.fedoraproject.prod"
{% endif %}
[tls]

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.badges"
topic_prefix = "org.fedoraproject.stg"
{% else %}
topic_prefix = "org.fedoraproject.prod.badges"
topic_prefix = "org.fedoraproject.prod"
{% endif %}
[tls]