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 = ''