copr-fe: add link to stg FAS when copr doesnt run in production

This commit is contained in:
Jiri Kyjovsky 2022-08-24 15:01:33 +02:00
parent 7ac205846e
commit f3da725a8a

View file

@ -154,3 +154,9 @@ API_GSSAPI_AUTH = True
{% else %}
API_GSSAPI_AUTH = False
{% endif %}
{% if env == 'production' %}
FAS_SIGNUP_URL = "https://accounts.fedoraproject.org"
{% else %}
FAS_SIGNUP_URL = "https://accounts.stg.fedoraproject.org"
{% endif %}