- # App configuration file
- # copy this file to settings.cfg
- # Generate a secure key with
- # python -c "import os, base64; print(base64.b64encode(os.urandom(24)))"
- SECRET_KEY = "to-be-changed"
- SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'
- SQLALCHEMY_TRACK_MODIFICATIONS = False
|