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:
parent
60ad73d1ad
commit
eac468a2b2
1 changed files with 6 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue