Update Elections for FASJSON in staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
c45ed35ce1
commit
6733be5986
1 changed files with 3 additions and 3 deletions
|
@ -27,16 +27,16 @@ OIDC_CLIENT_SECRETS = '/opt/app-root/secret/client_secrets.json'
|
|||
## integration.
|
||||
## 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/'
|
||||
FASJSON = True
|
||||
FAS_BASE_URL = 'https://fasjson.stg.fedoraproject.org/'
|
||||
{% else %}
|
||||
FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/'
|
||||
{% endif %}
|
||||
FAS_USERNAME = '{{ fedorathirdpartyUser }}'
|
||||
FAS_PASSWORD = '{{ fedorathirdpartyPassword }}'
|
||||
## This should be ``True`` but should be changed to ``False`` if the FAS server
|
||||
## used does not have a valid SSL certificate.
|
||||
FAS_CHECK_CERT = True
|
||||
{% endif %}
|
||||
|
||||
# This is required to fix login
|
||||
PREFERRED_URL_SCHEME='https'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue