haldis/app/config.example.py

11 lines
232 B
Python
Raw Normal View History

2015-03-31 18:15:22 +00:00
# config
class Configuration(object):
SQLALCHEMY_DATABASE_URI = 'sqlite:///james.db'
DEBUG = True
SECRET_KEY = '<change>'
SLACK_WEBHOOK = '<add url>'
LOGFILE = 'james.log'
ZEUS_KEY = ''
ZEUS_SECRET = ''