tgvmax/config.py

6 lines
153 B
Python

FLASK_CONFIG = {
"SQLALCHEMY_DATABASE_URI": "sqlite:///db.sqlite3",
'SQLALCHEMY_TRACK_MODIFICATIONS': True,
'SECRET_KEY': "random string",
}