pagure: add a publish_exchange variable to the fedora-messaging config

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-10-05 14:58:58 +02:00
parent 3ed30dfda6
commit 8a8b1731b3

View file

@ -14,6 +14,8 @@ topic_prefix = "io.pagure.stg"
{% else %} {% else %}
topic_prefix = "io.pagure.prod" topic_prefix = "io.pagure.prod"
{% endif %} {% endif %}
publish_exchange = "amq.topic"
[tls] [tls]
ca_cert = "/etc/pki/rabbitmq/pagurecert/pagure.ca" ca_cert = "/etc/pki/rabbitmq/pagurecert/pagure.ca"