haldis/app/config.example.py
Feliciaan De Palmenaer f9968e0654 Removed config file
2015-03-26 21:56:49 +01:00

13 lines
290 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>'