[mailman3] Use the correct topic prefix

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-07-02 10:07:37 +02:00
parent deb5a143cd
commit 05078de742

View file

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