summaryrefslogtreecommitdiff
path: root/config-template.py
blob: a541c11a17b070e0fa184a4bd12fb2ec57fb9284 (plain)
1
2
3
4
5
config = {
    'secret_key': b'',
    'debug': False,
    'superuser': 'admin'
}