Disable Fedora Messaging in Noggin

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-08-31 19:12:29 +02:00
parent 3972fa34f8
commit d5b73b81a5
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -2,9 +2,11 @@
# This is the config file for Noggin as intended to be used in OpenShift
#
def from_file(path):
return open(path, 'r').read().strip()
# Deployed to a subpath
APPLICATION_ROOT = '/accounts/'
@ -38,3 +40,6 @@ SECRET_KEY = from_file('/etc/noggin-secrets/session').encode('utf-8')
# Spam checking
# BASSET_URL = None
# Disable Fedora Messaging because it's not up in staging yet.
FEDORA_MESSAGING_ENABLED = False