haldis/app/config.example.py
Feliciaan De Palmenaer 6abd9614ab Fix deprecations
2017-01-06 12:05:31 +01:00

14 lines
320 B
Python

# config
class Configuration(object):
SQLALCHEMY_DATABASE_URI = 'sqlite:///haldis.db'
SQLALCHEMY_TRACK_MODIFICATIONS = False
DEBUG = True
SECRET_KEY = '<change>'
SLACK_WEBHOOK = '<add url>'
LOGFILE = 'haldis.log'
ZEUS_KEY = ''
ZEUS_SECRET = ''
AIRBRAKE_ID = ''
AIRBRAKE_KEY = ''