summaryrefslogtreecommitdiffstats
path: root/default_settings.py
blob: e9ae578a9dfe4484c7c1a1a495c23de121c19c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECRET_KEY = 'remember to change this to something more random and secret'

# CHANGE THIS! (e.g. os.urandom(32) )
PASSWORD_ENCRYPTION_KEY = '.\x14\xa7\x1b\xa2:\x1b\xb7\xbck\x1bD w\xab\x87a\xb4\xb7\xca\xf1\x06\xb0\x9f?q\x13\x05\x8dY\xe5<'

MAIL_DEFAULT_SENDER = 'help-me-help-me-please@spline.de'
MAIL_CONFIRM_SENDER = 'spline accounts <noreply@account.spline.de>'

SENDMAIL_COMMAND = '/usr/sbin/sendmail'

SERVER_NAME = 'localhost:5000'

LDAP_HOST = 'ldap://localhost:5678'
LDAP_BASE_DN = [('dc','account'),('dc','spline'),('dc','inf'),('dc','fu-berlin'),('dc','de')]
LDAP_ADMIN_USER = 'admin'
LDAP_ADMIN_PASS = 'admin'