For some reason, stg greenwave has trouble talking to stg resultsdb.
This commit is contained in:
parent
408ec1fe47
commit
461f7cc88d
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,10 @@ data:
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
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'
|
# For some reason, stg greenwave has trouble talking to stg resultsdb. It
|
||||||
|
# times out. Network?
|
||||||
|
RESULTSDB_API_URL = 'https://taskotron.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 = 'https://bodhi.stg.fedoraproject.org'
|
||||||
{% else %}
|
{% else %}
|
||||||
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue