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 ed8eb31 commit 5336f61Copy full SHA for 5336f61
.env
@@ -0,0 +1,21 @@
1
+# True for development, False for production
2
+DEBUG=True
3
+
4
+# Flask ENV
5
+FLASK_APP=run.py
6
+FLASK_ENV=development
7
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
13
+ASSETS_ROOT=/static/assets
14
15
+# If DB credentials (if NOT provided, or wrong values SQLite is used)
16
+# DB_ENGINE=mysql
17
+# DB_HOST=localhost
18
+# DB_NAME=appseed_db
19
+# DB_USERNAME=appseed_db_usr
20
+# DB_PASS=pass
21
+# DB_PORT=3306
.gitignore
@@ -32,5 +32,4 @@ apps/static/assets/yarn.lock
32
apps/static/assets/.temp
33
34
migrations
35
-.env
36
.env__
0 commit comments