mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
bodhi: use the more modern URL for greenwave and waiverdb
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
committed by
pingou
parent
00cb5ef564
commit
73122d6415
@@ -113,12 +113,10 @@ test_gating.required = True
|
||||
# test_gating.url =
|
||||
|
||||
# The API url of Greenwave.
|
||||
# greenwave_api_url = https://greenwave.fedoraproject.org/api/v1.0
|
||||
greenwave_api_url = https://greenwave-web-greenwave.app.os{{env_suffix}}.fedoraproject.org/api/v1.0
|
||||
greenwave_api_url = https://greenwave{{env_suffix}}.fedoraproject.org/api/v1.0
|
||||
|
||||
# The URL for waiverdb's API
|
||||
# waiverdb_api_url = https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0
|
||||
waiverdb_api_url = https://waiverdb-web-waiverdb.app.os{{env_suffix}}.fedoraproject.org/api/v1.0
|
||||
waiverdb_api_url = https://waiverdb{{env_suffix}}.fedoraproject.org/api/v1.0
|
||||
|
||||
# An access token used to authenticate to waiverdb
|
||||
{% if env == "staging" %}
|
||||
|
||||
Reference in New Issue
Block a user