amue.conf: adapt to change in authentic settings.py

This commit is contained in:
Benjamin Dauvergne 2014-01-07 17:02:31 +01:00
parent 271a301d62
commit f42e67f6bb
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# do not remove this line, it imports db configuration from dbconfig-common
. /etc/amue-authentic2/db.conf
export A2_REGISTRATION_AUTHORIZED=
export A2_CAN_RESET_PASSWORD=
export REGISTRATION_OPEN=0
export A2_CAN_RESET_PASSWORD=0
export A2_HOMEPAGE_URL=http://www.amue.fr/
export CACHE_BACKEND='{"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", "LOCATION": "127.0.0.1:11211"}'
export USE_X_FORWARDER_HOST=1