Stg greenwave should talk to stg resultsdb.
This commit is contained in:
parent
eef483c9e6
commit
58ebf260a7
1 changed files with 2 additions and 0 deletions
|
@ -14,10 +14,12 @@ data:
|
|||
{% if env == 'staging' %}
|
||||
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
||||
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'
|
||||
CORS_URL = 'https://bodhi.stg.fedoraproject.org'
|
||||
{% else %}
|
||||
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0'
|
||||
RESULTSDB_API_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0'
|
||||
CORS_URL = 'https://bodhi.fedoraproject.org'
|
||||
{% endif %}
|
||||
CACHE = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue