haldis/app/config.example.py
2015-03-26 21:59:51 +01:00

12 lines
255 B
Python

# config
class Configuration(object):
SQLALCHEMY_DATABASE_URI = 'sqlite:///foodbot.db'
DEBUG = True
SECRET_KEY = '<change>'
SLACK_WEBHOOK = '<add url>'
LOGFILE = 'foodbot.log'
ZEUS_KEY = '<fill in>'
ZEUS_SECRET = '<fill in>'