Deploy Bodhi2 waiverdb token
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
2b6ac2ad14
commit
e30f89375b
1 changed files with 4 additions and 0 deletions
|
@ -113,7 +113,11 @@ greenwave_api_url = https://greenwave-web-greenwave.app.os{{env_suffix}}.fedorap
|
|||
waiverdb_api_url = https://waiverdb-web-waiverdb.app.os{{env_suffix}}.fedoraproject.org/api/v1.0
|
||||
|
||||
# An access token used to authenticate to waiverdb
|
||||
{% if env == "staging" %}
|
||||
# waiverdb.access_token =
|
||||
{% else %}
|
||||
waiverdb.access_token = {{ bodhi2WaiverToken }}
|
||||
{% endif %}
|
||||
|
||||
# Email domain to prepend usernames to
|
||||
# default_email_domain = fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue