Disable waiverdb fedmsg messages for now.

This commit is contained in:
Ralph Bean 2017-11-06 21:39:24 +00:00
parent 8484ed6962
commit 95207ee370

View file

@ -15,3 +15,8 @@ data:
OIDC_REQUIRED_SCOPE = 'https://waiverdb.fedoraproject.org/oidc/create-waiver' OIDC_REQUIRED_SCOPE = 'https://waiverdb.fedoraproject.org/oidc/create-waiver'
OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json' OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json'
PORT = 8080 PORT = 8080
{% if env == 'staging' %}
MESSAGE_BUS_PUBLISH = False
{% else %}
MESSAGE_BUS_PUBLISH = False
{% endif %}