adds URLs of Pagure instances for fedora-messaging

Related to future feature:
https://pagure.io/copr/copr/pull-request/1025
This commit is contained in:
Tomas Hrnciar 2019-10-04 11:21:32 +02:00 committed by Pierre-Yves Chibon
parent 60ad73d1ad
commit eac468a2b2

View file

@ -79,3 +79,9 @@ WHITELIST_EMAILS = [
{% endfor %}
]
{% endif %}
{% if not devel %}
PAGURE_INSTANCES = ['io.pagure.prod.pagure', 'org.fedoraproject.prod.pagure']
{% else %}
PAGURE_INSTANCES = ['io.pagure.prod.pagure', 'org.fedoraproject.prod.pagure', 'io.pagure.stg.pagure']
{% endif %}