pagure: fix the topic prefix, pagure.io != src.fp.o

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-02-05 14:23:14 +01:00
parent 1faa091e54
commit f903a091c8

View file

@ -10,9 +10,9 @@ amqp_url = "amqps://pagure:@rabbitmq.fedoraproject.org/%2Fpubsub"
# 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 == "pagure-staging" %}
topic_prefix = "org.fedoraproject.stg"
topic_prefix = "io.pagure.stg"
{% else %}
topic_prefix = "org.fedoraproject.prod"
topic_prefix = "io.pagure.prod"
{% endif %}
[tls]