From 5e2539bee33f30289d5262ef47bd29bf9966dc9f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 23 Jan 2019 16:21:38 +0100 Subject: [PATCH] [nuancier] Use in memory caching for now Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/nuancier/templates/nuancier.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/openshift-apps/nuancier/templates/nuancier.cfg b/roles/openshift-apps/nuancier/templates/nuancier.cfg index bcbe311652..9269ca4042 100644 --- a/roles/openshift-apps/nuancier/templates/nuancier.cfg +++ b/roles/openshift-apps/nuancier/templates/nuancier.cfg @@ -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