authentic.conf : USE_MEMCACHED instead of USE_MEMCACHE

This commit is contained in:
Jérôme Schneider 2014-03-21 10:50:59 +01:00
parent d122836883
commit 9733575ed8
1 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,7 @@ export ALLOWED_HOSTS='*'
#export SAML_SIGNATURE_PRIVATE_KEY=""
# Cache configuration
#export USE_MEMCACHE=yes # required python-memcache memcached
#export USE_MEMCACHED=yes # required python-memcache memcached
# Enables some features
#export IDP_SAML2='yes'
@ -35,12 +35,13 @@ export ALLOWED_HOSTS='*'
#export AUTH_OPENID='yes' # require package python-openid
#export AUTH_SSL='yes'
# Sentry / Raven configuration
#export RAVEN_CONFIG_DSN='' # require package python-raven
# Email configuration
#export EMAIL_HOST = 'localhost'
#esport EMAIL_PORT = 25
export EMAIL_SUBJECT_PREFIX='[Authentic2]'
#export SERVER_EMAIL='admin+authentic2@entrouvert.com'
# Sentry / Raven configuration
#export export RAVEN_CONFIG_DSN='' # require package python-raven