Badges: Drop the redundant topic_prefix
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
0127f5397f
commit
3a60a22eee
2 changed files with 4 additions and 4 deletions
|
@ -9,9 +9,9 @@ passive_declares = true
|
||||||
# The topic_prefix configuration value will add a prefix to the topics of every sent message.
|
# 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.
|
# This is used for migrating from fedmsg, and should not be used afterwards.
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
topic_prefix = "org.fedoraproject.stg.badges"
|
topic_prefix = "org.fedoraproject.stg"
|
||||||
{% else %}
|
{% else %}
|
||||||
topic_prefix = "org.fedoraproject.prod.badges"
|
topic_prefix = "org.fedoraproject.prod"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
|
|
|
@ -8,9 +8,9 @@ passive_declares = true
|
||||||
# The topic_prefix configuration value will add a prefix to the topics of every sent message.
|
# 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.
|
# This is used for migrating from fedmsg, and should not be used afterwards.
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
topic_prefix = "org.fedoraproject.stg.badges"
|
topic_prefix = "org.fedoraproject.stg"
|
||||||
{% else %}
|
{% else %}
|
||||||
topic_prefix = "org.fedoraproject.prod.badges"
|
topic_prefix = "org.fedoraproject.prod"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue