Disable fedmsg for waiverdb again, for now.
This commit is contained in:
parent
bc8eef2cf0
commit
380bc1d7ca
1 changed files with 3 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue