Skip to content
farm-manager.git
⋮
Summary
Commits
Files
farm-manager.git
/
config.py
[Flask] Simple ERP for a farm.
View raw
1
#
-*- mode: python; -*-
2
3
4
#
DEBUG = True
5
SECRET_KEY
=
"
Scooby_Lu,_where_are_you?
"
6
7
8
SQLALCHEMY_DATABASE_URI
=
"
sqlite:///
"
+
"
test.db
"
9
SQLALCHEMY_TRACK_MODIFICATIONS
=
True
10
Summary
Commits
Files