diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 8ff5c58fad..1be0c31fba 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -50,6 +50,8 @@ DOMAIN_EMAIL_NOTIFICATIONS = 'pagure.io' {% if env == 'pagure-staging' %} APP_URL = 'https://stg.pagure.io/' DOC_APP_URL = 'https://docs.stg.pagure.org' + +FAS_BASE_URL = 'https://admin.stg.fedoraproject.org/accounts/' {% else %} APP_URL = 'https://pagure.io/' DOC_APP_URL = 'https://docs.pagure.org'