Skip to content

Commit 35b676f

Browse files
committed
Added ENV - minimal VARs
1 parent a66f31f commit 35b676f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.env

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
DEBUG=True
2+
3+
FLASK_APP=run.py
4+
FLASK_ENV=development
5+
6+
# SECRET_KEY=... # edit value, (generated used if not provided)
7+
# JWT_SECRET_KEY=... # edit value, (generated used if not provided)
8+
9+
# GITHUB_CLIENT_ID=... # edit value
10+
# GITHUB_SECRET_KEY=... # edit value
11+
12+
# If DB credentials (if NOT provided, or wrong values SQLite is used)
13+
# DB_ENGINE=mysql
14+
# DB_HOST=localhost
15+
# DB_NAME=appseed_db
16+
# DB_USERNAME=appseed_db_usr
17+
# DB_PASS=pass
18+
# DB_PORT=3306

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy