mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
It wasnt this change that broke it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user