Make stg.pagure.io use FAS in stg
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0704eabc9d
commit
ccab205977
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue