endorsement/config.example.py
2018-07-12 21:37:37 +02:00

9 lines
289 B
Python

class Configuration(object):
SQLALCHEMY_DATABASE_URI = 'sqlite:///endorsement.db'
SQLALCHEMY_TRACK_MODIFICATIONS = False
DEBUG = True
SECRET_KEY = '<change>'
SLACK_WEBHOOK = '<add url>'
LOGFILE = 'endorsement.log'
ZEUS_KEY = 'tomtest'
ZEUS_SECRET = 'blargh'