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

13 lines
341 B
Python

# config
class Configuration(object):
SQLALCHEMY_DATABASE_URI = 'sqlite:///foodbot.db'
DEBUG = True
SECRET_KEY = '<change>'
SLACK_WEBHOOK = ''
PROCESS = 'python test.py'
LOGFILE = 'slotmachien.log'
ZEUS_KEY = 'tomtest'
ZEUS_SECRET = 'blargh'
SLACK_TOKEN = 'xoxp-2484654576-2486580711-4114448516-f21087'