PAD = { 'apikey': '1234', 'host': 'localhost' } DATABASE = { 'name': 'example.db', 'engine': 'peewee.SqliteDatabase', } DEBUG = False SECRET_KEY = 'youShouldChangeThis'