diff --git a/app/config.example.py b/app/config.example.py index 714e80a..3cdbb92 100644 --- a/app/config.example.py +++ b/app/config.example.py @@ -10,4 +10,3 @@ class Configuration(object): LOGFILE = 'slotmachien.log' ZEUS_KEY = '' ZEUS_SECRET = '' - SLACK_TOKEN = '' diff --git a/app/config.py b/app/config.py deleted file mode 100644 index 42a1713..0000000 --- a/app/config.py +++ /dev/null @@ -1,13 +0,0 @@ -# config - - -class Configuration(object): - SQLALCHEMY_DATABASE_URI = 'sqlite:///foodbot.db' - DEBUG = True - SECRET_KEY = '' - SLACK_WEBHOOK = '' - PROCESS = 'python test.py' - LOGFILE = 'slotmachien.log' - ZEUS_KEY = 'tomtest' - ZEUS_SECRET = 'blargh' - SLACK_TOKEN = 'xoxp-2484654576-2486580711-4114448516-f21087'