Merge pull request #86 from ZeusWPI/tivervac-patch-1

Sample keys available now!
This commit is contained in:
Feliciaan De Palmenaer 2018-03-20 11:04:37 +01:00 committed by GitHub
commit 5f5081d2cd
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 = ''