Removed some more unnecsarry settings

This commit is contained in:
Feliciaan De Palmenaer 2015-03-26 21:59:51 +01:00
parent a17ffaf4a3
commit b3b1d25bb5

View file

@ -6,7 +6,6 @@ class Configuration(object):
DEBUG = True
SECRET_KEY = '<change>'
SLACK_WEBHOOK = '<add url>'
PROCESS = 'python test.py'
LOGFILE = 'foodbot.log'
ZEUS_KEY = '<fill in>'
ZEUS_SECRET = '<fill in>'