From ff890ad0858e1c4a3d812dcb8a3b3fbb292cd1ad Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 12 Feb 2018 16:31:31 +0000 Subject: [PATCH] Add new waiverdb settings to Bodhi's config. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/production.ini.j2 | 7 +++++++ 1 file changed, 7 insertions(+) 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