From f42e67f6bbd76442a6ed7999755f754c524e899a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 7 Jan 2014 17:02:31 +0100 Subject: [PATCH] amue.conf: adapt to change in authentic settings.py --- amue.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amue.conf b/amue.conf index 7c7dc96..8fde39b 100644 --- a/amue.conf +++ b/amue.conf @@ -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