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>'
|
SECRET_KEY = '<change>'
|
||||||
SLACK_WEBHOOK = '<add url>'
|
SLACK_WEBHOOK = '<add url>'
|
||||||
LOGFILE = 'haldis.log'
|
LOGFILE = 'haldis.log'
|
||||||
ZEUS_KEY = ''
|
ZEUS_KEY = 'tomtest'
|
||||||
ZEUS_SECRET = ''
|
ZEUS_SECRET = 'blargh'
|
||||||
AIRBRAKE_ID = ''
|
AIRBRAKE_ID = ''
|
||||||
AIRBRAKE_KEY = ''
|
AIRBRAKE_KEY = ''
|
||||||
|
|
Loading…
Reference in a new issue