-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test
More file actions
14 lines (12 loc) · 623 Bytes
/
.env.test
File metadata and controls
14 lines (12 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ===== Priority order of environment variables =====
# = 1. Shell environment variables =====
# = 2. Environment variables in .env file =====
# = 1. .env.example =====
# = 2. .env.local =====
# = ! In CI/CD, only .env.ci is used. =====
# = ! In test, only .env.test is used. =====
# ===================================================
# ===== Following environment variables are required in SHELL environment. ======
DOCSID_IS_CI=0
DOCSID_IS_TEST=0
# ===== Following environment variables are required in .env file. ======