Merge pull request #86 from ZeusWPI/tivervac-patch-1
Sample keys available now!
This commit is contained in:
commit
5f5081d2cd
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue