Skip to content

Commit 8cfcb22

Browse files
committed
Disable MySql usage
1 parent f262826 commit 8cfcb22

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.env

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
DEBUG=False
1+
DEBUG=True
2+
23
FLASK_APP=run.py
34
FLASK_ENV=development
5+
46
ASSETS_ROOT=/static/assets
5-
DB_ENGINE=mysql
6-
DB_HOST=localhost
7-
DB_NAME=appseed_db
8-
DB_USERNAME=appseed_db_usr
9-
DB_PASS=<STRONG_PASS_HERE>
10-
DB_PORT=3306
7+

0 commit comments

Comments
 (0)