add flag to make elections use fasjson
Signed-off-by: Stephen Coady <scoady@redhat.com>
This commit is contained in:
parent
3a334310d9
commit
3af73567ad
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ OIDC_CLIENT_SECRETS = '/opt/app-root/secret/client_secrets.json'
|
|||
FASJSON = True
|
||||
FAS_BASE_URL = 'https://fasjson.stg.fedoraproject.org/'
|
||||
{% else %}
|
||||
FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/'
|
||||
FASJSON = True
|
||||
FAS_BASE_URL = 'https://fasjson.fedoraproject.org/'
|
||||
FAS_USERNAME = '{{ fedorathirdpartyUser }}'
|
||||
FAS_PASSWORD = '{{ fedorathirdpartyPassword }}'
|
||||
## This should be ``True`` but should be changed to ``False`` if the FAS server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue