Disable Fedora Messaging in Noggin
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
3972fa34f8
commit
d5b73b81a5
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue