endorsement/config.example.py

9 lines
258 B
Python

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