Re-enable fedmsg for waiverdb.
This commit is contained in:
parent
789e59ad3b
commit
46a505414b
1 changed files with 1 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue