Disable fedmsg for waiverdb again, for now.

This commit is contained in:
Ralph Bean 2017-11-06 22:10:21 +00:00
parent bc8eef2cf0
commit 380bc1d7ca

View file

@ -16,7 +16,9 @@ data:
OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json'
PORT = 8080
{% if env == 'staging' %}
MESSAGE_BUS_PUBLISH = True
# Set to False for now until I figure out how to get this in place.
# https://src.fedoraproject.org/container/waiverdb/c/f470eb42eaae131bf587087707ee9e0b8a565d67?branch=f26
MESSAGE_BUS_PUBLISH = False
{% else %}
MESSAGE_BUS_PUBLISH = False
{% endif %}