elections: point to id.stg in staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
36d0ed7725
commit
30e5b8ba0e
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ FEDORA_ELECTIONS_ADMIN_GROUP = 'elections'
|
|||
## URL of the FAS server to use
|
||||
{% if env == 'staging' %}
|
||||
FAS_BASE_URL = 'https://admin.stg.fedoraproject.org/accounts/'
|
||||
FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/openid/'
|
||||
{% else %}
|
||||
FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/'
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue