Removed config file
This commit is contained in:
parent
cc62911509
commit
f9968e0654
2 changed files with 0 additions and 14 deletions
|
@ -10,4 +10,3 @@ class Configuration(object):
|
|||
LOGFILE = 'slotmachien.log'
|
||||
ZEUS_KEY = '<fill in>'
|
||||
ZEUS_SECRET = '<fill in>'
|
||||
SLACK_TOKEN = '<fill in>'
|
||||
|
|
|
@ -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'
|
Loading…
Reference in a new issue