haldis/app/config.example.py

12 lines
237 B
Python
Raw Normal View History

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