Removed config file

This commit is contained in:
Feliciaan De Palmenaer 2015-03-26 21:56:49 +01:00
parent cc62911509
commit f9968e0654
2 changed files with 0 additions and 14 deletions

View file

@ -10,4 +10,3 @@ class Configuration(object):
LOGFILE = 'slotmachien.log'
ZEUS_KEY = '<fill in>'
ZEUS_SECRET = '<fill in>'
SLACK_TOKEN = '<fill in>'

View file

@ -1,13 +0,0 @@
# 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'