From ac6659db2d7111b2536e537b6f347fa99944ca0d Mon Sep 17 00:00:00 2001 From: Titouan Vervack Date: Tue, 20 Mar 2018 10:55:31 +0100 Subject: [PATCH] Sample keys available now! --- app/config.example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.example.py b/app/config.example.py index b402a50..20a65de 100644 --- a/app/config.example.py +++ b/app/config.example.py @@ -7,7 +7,7 @@ class Configuration(object): SECRET_KEY = '' SLACK_WEBHOOK = '' LOGFILE = 'haldis.log' - ZEUS_KEY = '' - ZEUS_SECRET = '' + ZEUS_KEY = 'tomtest' + ZEUS_SECRET = 'blargh' AIRBRAKE_ID = '' AIRBRAKE_KEY = ''