[nuancier] Use in memory caching for now

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-01-23 16:21:38 +01:00
parent e623657d46
commit 5e2539bee3

View file

@ -61,10 +61,10 @@ APPLICATION_ROOT = '/nuancier/'
SESSION_COOKIE_NAME = 'nuancier'
# dogpile.cache configuration to work with memcached
NUANCIER_CACHE_BACKEND = 'dogpile.cache.memcached'
NUANCIER_CACHE_KWARGS = {'arguments' : {
'url': "127.0.0.1:11211",
}
}
#NUANCIER_CACHE_BACKEND = 'dogpile.cache.memcached'
#NUANCIER_CACHE_KWARGS = {'arguments' : {
# 'url': "127.0.0.1:11211",
# }
#}
NUANCIER_EMAIL_NOTIFICATIONS = True