Files
tgvmax/config.example.py
2023-02-12 15:59:00 +01:00

6 lines
176 B
Python

FLASK_CONFIG = {
"SQLALCHEMY_DATABASE_URI": "postgresql://user:password@host:5432/dbname",
'SQLALCHEMY_TRACK_MODIFICATIONS': True,
'SECRET_KEY': "random string",
}