From 4713c5f095331c981475df94dce00cb7ef2af51e Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Fri, 22 Feb 2013 10:40:09 +0200 Subject: [PATCH] re-enable discussion service --- lms/envs/aws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/aws.py b/lms/envs/aws.py index cf60b74fd8..c4d3d8e772 100644 --- a/lms/envs/aws.py +++ b/lms/envs/aws.py @@ -35,7 +35,7 @@ SESSION_ENGINE = 'django.contrib.sessions.backends.cache' DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage' # Enable Berkeley forums -MITX_FEATURES['ENABLE_DISCUSSION_SERVICE'] = False +MITX_FEATURES['ENABLE_DISCUSSION_SERVICE'] = True # IMPORTANT: With this enabled, the server must always be behind a proxy that # strips the header HTTP_X_FORWARDED_PROTO from client requests. Otherwise,