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

DATABASE = {
    'name': 'example.db',
    'engine': 'peewee.SqliteDatabase',
}

DEBUG = False
SECRET_KEY = 'youShouldChangeThis'