Skip to content

Commit 2b0b7e8

Browse files
committed
Update env.sample
1 parent 5ff2c5e commit 2b0b7e8

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

env.sample

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

34
# Deployment SERVER address
45
SERVER=.appseed.us
56

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+
615
# For MySql Persistence
7-
DB_ENGINE=mysql
8-
DB_NAME=appseed_db
9-
DB_HOST=localhost
10-
DB_PORT=3306
11-
DB_USERNAME=appseed_db_usr
12-
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

Comments
 (0)