summaryrefslogtreecommitdiffstats
path: root/settings.py.default
blob: c63b3e60eb0a1375986cc085019b5b375e1e3bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PAD = {
    'apikey': '1234',
    'host': 'localhost'
}

LDAP = {
    'host': 'ldaps://host',
    'base_dn': ['ou=people', 'dc=example', 'dc=org'],
}

SQLALCHEMY_DATABASE_URI = 'sqlite:///example.db'

DEBUG = False
SECRET_KEY = 'youShouldChangeThis'