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 5ff2c5e commit 2b0b7e8Copy full SHA for 2b0b7e8
env.sample
@@ -1,12 +1,21 @@
1
+# True for development, False for production
2
DEBUG=True
3
4
# Deployment SERVER address
5
SERVER=.appseed.us
6
7
+# Used for CDN (in production)
8
+# No Slash at the end
9
+ASSETS_ROOT=/static/assets
10
+
11
+# If present, the SignIN exposes the Github Login Button
12
+# GITHUB_ID=<YOUR_GITHUB_ID>
13
+# GITHUB_SECRET=<YOUR_GITHUB_SECRET>
14
15
# For MySql Persistence
-DB_ENGINE=mysql
-DB_NAME=appseed_db
-DB_HOST=localhost
-DB_PORT=3306
-DB_USERNAME=appseed_db_usr
-DB_PASS=<STRONG_PASS>
16
+# DB_ENGINE=mysql
17
+# DB_NAME=appseed_db
18
+# DB_HOST=localhost
19
+# DB_PORT=3306
20
+# DB_USERNAME=appseed_db_usr
21
+# DB_PASS=<STRONG_PASS>
0 commit comments