Disable waiverdb fedmsg messages for now.
This commit is contained in:
parent
8484ed6962
commit
95207ee370
1 changed files with 5 additions and 0 deletions
|
@ -15,3 +15,8 @@ data:
|
|||
OIDC_REQUIRED_SCOPE = 'https://waiverdb.fedoraproject.org/oidc/create-waiver'
|
||||
OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json'
|
||||
PORT = 8080
|
||||
{% if env == 'staging' %}
|
||||
MESSAGE_BUS_PUBLISH = False
|
||||
{% else %}
|
||||
MESSAGE_BUS_PUBLISH = False
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue