We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66f31f commit 35b676fCopy full SHA for 35b676f
.env
@@ -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