Re-enable fedmsg for waiverdb.

This commit is contained in:
Ralph Bean 2017-11-07 01:42:19 +00:00
parent 789e59ad3b
commit 46a505414b

View file

@ -16,9 +16,7 @@ data:
OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json'
PORT = 8080
{% if env == 'staging' %}
# 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
MESSAGE_BUS_PUBLISH = True
{% else %}
MESSAGE_BUS_PUBLISH = False
{% endif %}