forked from digitopvn/diginext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (36 loc) · 1.25 KB
/
Copy path.env.example
File metadata and controls
48 lines (36 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
TZ=Asia/Ho_Chi_Minh
PORT=6969
# development, production, test, test_ci
NODE_ENV=development
# -------- FOR CLI --------
# LOCAL TESTING - Comment this line when release production
DEV_MODE=true
BASE_URL=http://localhost:6969
# this will be skip when we start build server
# CLI_MODE=client
# -------- FOR BUILD SERVER --------
# Container engine: "docker" or "podman"
BUILDER=podman
JWT_SECRET=somerandom64digitsstringlength
JWT_REFRESH_SECRET=somerandom64digitsstringlength
# Diginext URL & API
DX_SITE_URL=http://localhost:4000
DX_API_URL=http://localhost:4000/api
# GOOGLE SSO
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# MONGODB CONNECTION STRING
DB_NAME=diginext
DB_URI=
# Share resource credentials (secrets, passwords, keys,...) accross workspaces? - Default: "true"
# If "false" -> Only the server can read cloud resource's credentials, others (CLI & API) won't, even Workspace Administrators or Moderators.
# SHARE_RESOURCE_CREDENTIAL="false"
# ------------------------------------
# INITIAL CLUSTER (IF ANY)
# ------------------------------------
INITIAL_CLUSTER_NAME=
INITIAL_CLUSTER_KUBECONFIG=
# ------------------------------------
# INITIAL SSH KEY (IF ANY)
# ------------------------------------
ID_RSA=