Removed some more unnecsarry settings
This commit is contained in:
parent
a17ffaf4a3
commit
b3b1d25bb5
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ class Configuration(object):
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
SECRET_KEY = '<change>'
|
SECRET_KEY = '<change>'
|
||||||
SLACK_WEBHOOK = '<add url>'
|
SLACK_WEBHOOK = '<add url>'
|
||||||
PROCESS = 'python test.py'
|
|
||||||
LOGFILE = 'foodbot.log'
|
LOGFILE = 'foodbot.log'
|
||||||
ZEUS_KEY = '<fill in>'
|
ZEUS_KEY = '<fill in>'
|
||||||
ZEUS_SECRET = '<fill in>'
|
ZEUS_SECRET = '<fill in>'
|
||||||
|
|
Loading…
Reference in a new issue