Sample keys available now!

This commit is contained in:
Titouan Vervack 2018-03-20 10:55:31 +01:00 committed by GitHub
parent b324d0a723
commit ac6659db2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ class Configuration(object):
SECRET_KEY = '<change>'
SLACK_WEBHOOK = '<add url>'
LOGFILE = 'haldis.log'
ZEUS_KEY = ''
ZEUS_SECRET = ''
ZEUS_KEY = 'tomtest'
ZEUS_SECRET = 'blargh'
AIRBRAKE_ID = ''
AIRBRAKE_KEY = ''