Cleaning configuration file

This commit is contained in:
Jérôme Schneider 2013-11-25 15:14:47 +01:00
parent ac386eda4f
commit 0a255c87f2
1 changed files with 5 additions and 13 deletions

View File

@ -1,3 +1,5 @@
# do not remove this line, it imports db configuration from dbconfig-common
. /etc/authentic2/db.conf
# Debug
# export DEBUG=yes
@ -12,9 +14,6 @@ export DATABASE_NAME='/var/lib/authentic2/authentic.db'
# Static root directory
export STATIC_ROOT='/var/lib/authentic2/static'
# Log root directory
export LOG_ROOT='/var/log/authentic2/authentic.log'
# We are behind a reverse proxy so we accept every hosts
export ALLOWED_HOSTS='*'
@ -30,12 +29,10 @@ export ALLOWED_HOSTS='*'
# Enables some features
#export IDP_SAML2='yes'
# you need to install python-openid to use this feature
#export IDP_OPENID='yes'
#export IDP_OPENID='yes' # require package python-openid
#export IDP_CAS='yes'
#export AUTH_SAML2='yes'
# you need to install python-openid to use this feature
#export AUTH_OPENID='yes'
#export AUTH_OPENID='yes' # require package python-openid
#export AUTH_SSL='yes'
# Email configuration
@ -43,12 +40,7 @@ export ALLOWED_HOSTS='*'
#esport EMAIL_PORT = 25
export EMAIL_SUBJECT_PREFIX='[Authentic2]'
#export SERVER_EMAIL='admin+authentic2@entrouvert.com'
#
# Sentry / Raven configuration
# you need to install python-raven to use this feature
# export export RAVEN_CONFIG_DSN=''
#export export RAVEN_CONFIG_DSN='' # require package python-raven
# do not remove this line, it imports db configuration from dbconfig-common
[ -f /etc/authentic2/db.conf ] && . /etc/authentic2/db.conf