copr-fe: add link to stg FAS when copr doesnt run in production
This commit is contained in:
parent
7ac205846e
commit
f3da725a8a
1 changed files with 6 additions and 0 deletions
|
@ -154,3 +154,9 @@ API_GSSAPI_AUTH = True
|
||||||
{% else %}
|
{% else %}
|
||||||
API_GSSAPI_AUTH = False
|
API_GSSAPI_AUTH = False
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if env == 'production' %}
|
||||||
|
FAS_SIGNUP_URL = "https://accounts.fedoraproject.org"
|
||||||
|
{% else %}
|
||||||
|
FAS_SIGNUP_URL = "https://accounts.stg.fedoraproject.org"
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue