Skip to content

Commit 4aecad4

Browse files
committed
Update .env
1 parent 53010ec commit 4aecad4

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.env

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1+
# True for development, False for production
12
DEBUG=True
23

4+
# Flask ENV
35
FLASK_APP=run.py
46
FLASK_ENV=development
57

8+
# If not provided, a random one is generated
9+
# SECRET_KEY=<YOUR_SUPER_KEY_HERE>
10+
11+
# Used for CDN (in production)
12+
# No Slash at the end
613
ASSETS_ROOT=/static/assets
714

15+
# If DEBUG=False (production mode)
816
# DB_ENGINE=mysql
9-
# DB_HOST=localhost
1017
# DB_NAME=appseed_db
11-
# DB_USERNAME=appseed_db_usr
12-
# DB_PASS=pass
18+
# DB_HOST=localhost
1319
# DB_PORT=3306
20+
# DB_USERNAME=appseed_db_usr
21+
# DB_PASS=<STRONG_PASS>
22+

0 commit comments

Comments
 (0)