haldis/app/config.example.py
Feliciaan De Palmenaer eba3fc5f07 forgot to add some files
2015-03-26 21:49:14 +01:00

14 lines
320 B
Python

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