diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index ae03b2dc74..fdd440a9be 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -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 %}