diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 0b63d701a2..0d3af1e256 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -108,6 +108,13 @@ test_gating.required = True # 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 +# 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 + +# An access token used to authenticate to waiverdb +# waiverdb.access_token = + # Email domain to prepend usernames to # default_email_domain = fedoraproject.org default_email_domain = {{env_suffix}}fedoraproject.org