Use the correct staging userinfo uri.
This commit is contained in:
parent
e767e17d32
commit
d87b9c953c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class ProdConfiguration(BaseConfiguration):
|
|||
]
|
||||
|
||||
{% if env == 'staging' %}
|
||||
AUTH_OPENIDC_USERINFO_URI = 'https://iddev.fedorainfracloud.org/openidc/UserInfo'
|
||||
AUTH_OPENIDC_USERINFO_URI = 'https://id.stg.fedoraproject.org/openidc/UserInfo'
|
||||
SECRET_KEY = "{{ odcs_stg_secret_key }}"
|
||||
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://odcs:{{odcs_stg_db_password}}@db-odcs/odcs{{ '?sslmode=require' if odcs_force_postgres_ssl else '' }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue