Updated config.example.py
This commit is contained in:
parent
663e499ee2
commit
39eb8b703c
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ class Configuration(object):
|
||||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
SECRET_KEY = '<change>'
|
SECRET_KEY = '<change>'
|
||||||
SLACK_WEBHOOK = '<add url>'
|
|
||||||
LOGFILE = 'endorsement.log'
|
LOGFILE = 'endorsement.log'
|
||||||
ZEUS_KEY = 'tomtest'
|
ZEUS_KEY = 'tomtest'
|
||||||
ZEUS_SECRET = 'blargh'
|
ZEUS_SECRET = 'blargh'
|
||||||
|
|
Loading…
Reference in a new issue