From 39eb8b703c0cf8fc7695fe2d863389a2981d5e45 Mon Sep 17 00:00:00 2001 From: Robbe Van Herck Date: Wed, 18 Jul 2018 18:35:15 +0200 Subject: [PATCH] Updated config.example.py --- config.example.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.example.py b/config.example.py index b389650..75d345b 100644 --- a/config.example.py +++ b/config.example.py @@ -3,7 +3,6 @@ class Configuration(object): SQLALCHEMY_TRACK_MODIFICATIONS = False DEBUG = True SECRET_KEY = '' - SLACK_WEBHOOK = '' LOGFILE = 'endorsement.log' ZEUS_KEY = 'tomtest' - ZEUS_SECRET = 'blargh' \ No newline at end of file + ZEUS_SECRET = 'blargh'