haldis/app/config.example.py

11 lines
232 B
Python
Raw Normal View History

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