Be more flexible about who can query greenwave in stg
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
66ba596d91
commit
bac5319d9f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ data:
|
||||||
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
||||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.stg.fedoraproject.org/api/v1.0'
|
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.stg.fedoraproject.org/api/v1.0'
|
||||||
RESULTSDB_API_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/api/v2.0'
|
RESULTSDB_API_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/api/v2.0'
|
||||||
CORS_URL = 'https://bodhi.stg.fedoraproject.org'
|
CORS_URL = '*'
|
||||||
{% else %}
|
{% else %}
|
||||||
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
||||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0'
|
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue