Skip to content
mdl.git
⋮
Summary
Commits
Files
mdl.git
/
config.py
[Flask] Web media downloader frontend.
View raw
1
#
-*- mode: python; -*-
2
3
4
#
DEBUG = True
5
SECRET_KEY
=
"
Scooby_Lu,_where_are_you?
"
6
SQLALCHEMY_DATABASE_URI
=
"
sqlite:///
"
+
"
mdl.db
"
7
SQLALCHEMY_TRACK_MODIFICATIONS
=
True
8
Summary
Commits
Files