[nuancier] Use in memory caching for now
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e623657d46
commit
5e2539bee3
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue