Commit 44415684 by Feanil Patel

Merge pull request #518 from edx/feanil/remove_mitx

Remove MITX from the name of the features dict.
parents 418002ad 5818016f
...@@ -59,7 +59,7 @@ EDXAPP_CELERY_PASSWORD: 'celery' ...@@ -59,7 +59,7 @@ EDXAPP_CELERY_PASSWORD: 'celery'
EDXAPP_PLATFORM_NAME: 'edX' EDXAPP_PLATFORM_NAME: 'edX'
EDXAPP_MITX_FEATURES: EDXAPP_FEATURES:
AUTH_USE_OPENID_PROVIDER: true AUTH_USE_OPENID_PROVIDER: true
CERTIFICATES_ENABLED: true CERTIFICATES_ENABLED: true
ENABLE_DISCUSSION_SERVICE: true ENABLE_DISCUSSION_SERVICE: true
...@@ -234,7 +234,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth ...@@ -234,7 +234,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
host: $EDXAPP_MONGO_HOSTS host: $EDXAPP_MONGO_HOSTS
password: $EDXAPP_MONGO_PASSWORD password: $EDXAPP_MONGO_PASSWORD
port: $EDXAPP_MONGO_PORT port: $EDXAPP_MONGO_PORT
render_template: 'mitxmako.shortcuts.render_to_string' render_template: 'edxmako.shortcuts.render_to_string'
# Needed for the CMS to be able to run update_templates # Needed for the CMS to be able to run update_templates
user: $EDXAPP_MONGO_USER user: $EDXAPP_MONGO_USER
DOC_STORE_CONFIG: *edxapp_generic_default_docstore DOC_STORE_CONFIG: *edxapp_generic_default_docstore
...@@ -279,7 +279,7 @@ generic_env_config: &edxapp_generic_env ...@@ -279,7 +279,7 @@ generic_env_config: &edxapp_generic_env
LOCAL_LOGLEVEL: $EDXAPP_LOG_LEVEL LOCAL_LOGLEVEL: $EDXAPP_LOG_LEVEL
# default email backed set to local SMTP # default email backed set to local SMTP
EMAIL_BACKEND: $EDXAPP_EMAIL_BACKEND EMAIL_BACKEND: $EDXAPP_EMAIL_BACKEND
MITX_FEATURES: $EDXAPP_MITX_FEATURES FEATURES: $EDXAPP_FEATURES
WIKI_ENABLED: true WIKI_ENABLED: true
SYSLOG_SERVER: $EDXAPP_SYSLOG_SERVER SYSLOG_SERVER: $EDXAPP_SYSLOG_SERVER
SITE_NAME: $EDXAPP_SITE_NAME SITE_NAME: $EDXAPP_SITE_NAME
...@@ -349,7 +349,7 @@ lms_auth_config: ...@@ -349,7 +349,7 @@ lms_auth_config:
host: $EDXAPP_MONGO_HOSTS host: $EDXAPP_MONGO_HOSTS
db: $EDXAPP_MONGO_DB_NAME db: $EDXAPP_MONGO_DB_NAME
collection: 'modulestore' collection: 'modulestore'
render_template: 'mitxmako.shortcuts.render_to_string' render_template: 'edxmako.shortcuts.render_to_string'
user: $EDXAPP_MONGO_USER user: $EDXAPP_MONGO_USER
password: $EDXAPP_MONGO_PASSWORD password: $EDXAPP_MONGO_PASSWORD
port: $EDXAPP_MONGO_PORT port: $EDXAPP_MONGO_PORT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment