summaryrefslogtreecommitdiffstats
path: root/settings.py.default
blob: d38ae99771b39839d0267512f3c3784a8e518e7a (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'