| |
@@ -113,12 +113,10 @@
|
| |
# 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" %}
|
| |
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr