[mailman3] Use the correct topic prefix
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
deb5a143cd
commit
05078de742
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ publish_exchange = "amq.topic"
|
|||
{% if env == "staging" %}
|
||||
topic_prefix = "org.fedoraproject.stg"
|
||||
{% else %}
|
||||
topic_prefix = "io.fedoraproject.prod"
|
||||
topic_prefix = "org.fedoraproject.prod"
|
||||
{% endif %}
|
||||
|
||||
[tls]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue