Use stg FAS in stg, not in prod
This commit is contained in:
parent
1bf258e736
commit
2354972b0c
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ FEDORA_ELECTIONS_ADMIN_GROUP = 'elections'
|
|||
## integration.
|
||||
## URL of the FAS server to use
|
||||
{% if env == 'staging' %}
|
||||
FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/'
|
||||
{% else %}
|
||||
FAS_BASE_URL = 'https://admin.stg.fedoraproject.org/accounts/'
|
||||
{% else %}
|
||||
FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/'
|
||||
{% endif %}
|
||||
FAS_USERNAME = '{{ fedorathirdpartyUser }}'
|
||||
FAS_PASSWORD = '{{ fedorathirdpartyPassword }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue