PAD = { 'apikey': '1234', 'host': 'localhost' } LDAP = { 'host': 'ldaps://host', 'base_dn': [('ou', 'people'), ('dc', 'example'), ('dc', 'org')], } DATABASE = { 'name': 'example.db', 'engine': 'peewee.SqliteDatabase', } DEBUG = False SECRET_KEY = 'youShouldChangeThis'