Commit d17981a9 by Rocky Duan

shouldn't commit env config

parent 991bb01a
...@@ -46,7 +46,7 @@ CACHES = { ...@@ -46,7 +46,7 @@ CACHES = {
# In staging environments, we would grab VERSION from data uploaded by the # In staging environments, we would grab VERSION from data uploaded by the
# push process. # push process.
'general': { 'general': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', 'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
'KEY_PREFIX': 'general', 'KEY_PREFIX': 'general',
'VERSION': 4, 'VERSION': 4,
'KEY_FUNCTION': 'util.memcache.safe_key', 'KEY_FUNCTION': 'util.memcache.safe_key',
......
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