Greenwave: use the correct greenwave URL in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
ead3c8a64d
commit
2d83bce1e6
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
|
||||||
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'
|
||||||
|
GREENWAVE_API_URL = 'https://greenwave-web-greenwave.app.os.stg.fedoraproject.org/api/v1.0'
|
||||||
CORS_URL = '*'
|
CORS_URL = '*'
|
||||||
{% else %}
|
{% else %}
|
||||||
DIST_GIT_BASE_URL = 'https://src.fedoraproject.org'
|
DIST_GIT_BASE_URL = 'https://src.fedoraproject.org'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue