tgvmax/config.example.py
Emmy D'Anello e22a039aa8
Import test code, add small Flask server
Signed-off-by: Emmy D'Anello <ynerant@emy.lu>
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",
}