Commit 124ea9a3 by John Jarvis

set memcache port for mongo instead of memcache

parent 14dd2d12
...@@ -35,7 +35,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth ...@@ -35,7 +35,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'db': 'edxapp' 'db': 'edxapp'
'default_class': 'xmodule.hidden_module.HiddenDescriptor' 'default_class': 'xmodule.hidden_module.HiddenDescriptor'
'fs_root': '/opt/wwc/data' 'fs_root': '/opt/wwc/data'
'host': [ 'localhost:11211' ] 'host': [ 'localhost' ]
'password': 'password' 'password': 'password'
'port': 27017 'port': 27017
'render_template': 'mitxmako.shortcuts.render_to_string' 'render_template': 'mitxmako.shortcuts.render_to_string'
...@@ -92,7 +92,7 @@ generic_env_config: &edxapp_generic_env ...@@ -92,7 +92,7 @@ generic_env_config: &edxapp_generic_env
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache' 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache'
'KEY_FUNCTION': 'util.memcache.safe_key' 'KEY_FUNCTION': 'util.memcache.safe_key'
'KEY_PREFIX': 'sandbox_default' 'KEY_PREFIX': 'sandbox_default'
'LOCATION': [ 'localhost' ] 'LOCATION': [ 'localhost:11211' ]
'general': 'general':
<<: *default_lms_cache <<: *default_lms_cache
'KEY_PREFIX': 'sandbox_general' 'KEY_PREFIX': 'sandbox_general'
......
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