It wasnt this change that broke it
This commit is contained in:
parent
7fec19f0dc
commit
2d708cdcc7
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ OIDC_CLIENT_SECRETS = '/opt/app-root/secret/client_secrets.json'
|
|||
FASJSON = True
|
||||
FAS_BASE_URL = 'https://fasjson.stg.fedoraproject.org/'
|
||||
{% else %}
|
||||
#FASJSON = True
|
||||
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