woodwind/config.py.template

6 lines
134 B
Text

import os
class Config:
SECRET_KEY = 'super secret key'
SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.getcwd() + '/db.sqlite'