From f9968e0654c42c4d93f5e28ab6048338858a184b Mon Sep 17 00:00:00 2001 From: Feliciaan De Palmenaer Date: Thu, 26 Mar 2015 21:56:49 +0100 Subject: [PATCH] Removed config file --- app/config.example.py | 1 - app/config.py | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 app/config.py 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'