haldis/app/config.example.py

12 lines
233 B
Python
Raw Normal View History

2015-03-26 21:49:14 +01:00
# config
class Configuration(object):
2015-03-31 00:06:09 +02:00
SQLALCHEMY_DATABASE_URI = 'sqlite:///james.db'
2015-03-26 21:49:14 +01:00
DEBUG = True
SECRET_KEY = '<change>'
SLACK_WEBHOOK = '<add url>'
2015-03-31 00:06:09 +02:00
LOGFILE = 'james.log'
2015-03-26 22:11:58 +01:00
ZEUS_KEY = ''
ZEUS_SECRET = ''