mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
greenwave: use the more modern URLs to query waiverdb
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -11,7 +11,7 @@ KOJI_BASE_URL = 'https://koji.stg.fedoraproject.org/kojihub'
|
||||
BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
|
||||
|
||||
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.stg.fedoraproject.org/api/v1.0'
|
||||
RESULTSDB_API_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/api/v2.0'
|
||||
GREENWAVE_API_URL = 'https://greenwave.stg.fedoraproject.org/api/v1.0'
|
||||
CORS_URL = '*'
|
||||
@@ -23,7 +23,7 @@ KOJI_BASE_URL = 'https://koji.fedoraproject.org/kojihub'
|
||||
BODHI_URL = 'https://bodhi.fedoraproject.org/'
|
||||
|
||||
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.fedoraproject.org/api/v1.0'
|
||||
RESULTSDB_API_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0'
|
||||
GREENWAVE_API_URL = 'https://greenwave.fedoraproject.org/api/v1.0'
|
||||
CORS_URL = 'https://bodhi.fedoraproject.org'
|
||||
|
||||
Reference in New Issue
Block a user