haldis/app/config.example.py

13 lines
290 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>'
PROCESS = 'python test.py'
LOGFILE = 'slotmachien.log'
ZEUS_KEY = '<fill in>'
ZEUS_SECRET = '<fill in>'