bodhi: use the more modern URL for greenwave and waiverdb

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon
2020-07-22 15:20:16 +02:00
committed by pingou
parent 00cb5ef564
commit 73122d6415

View File

@@ -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" %}