debian: add RAVEN_CONFIG_DSN option

This commit is contained in:
Jérôme Schneider 2013-11-25 15:08:11 +01:00
parent 3f6b90ee96
commit ac386eda4f
1 changed files with 6 additions and 1 deletions

View File

@ -34,9 +34,9 @@ export ALLOWED_HOSTS='*'
#export IDP_OPENID='yes'
#export IDP_CAS='yes'
#export AUTH_SAML2='yes'
# you need to install python-openid to use this feature
#export AUTH_OPENID='yes'
#export AUTH_SSL='yes'
#export AUTH_OATH='yes'
# Email configuration
#export EMAIL_HOST = 'localhost'
@ -45,5 +45,10 @@ 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=''
# do not remove this line, it imports db configuration from dbconfig-common
[ -f /etc/authentic2/db.conf ] && . /etc/authentic2/db.conf