-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
20 lines (13 loc) · 925 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Create ".env" file with appopraite values for folowing keys.
# -------------------------------------------------- DEVELOPMENT EXAMPLE --------------------------------------------------
# -------------------------------------------------------------------------------------------------------------------------
PORT=3000
REACT_APP_FRONTEND_BASEURL=http://localhost:3000
REACT_APP_BACKEND_BASEURL=http://localhost:3000/api
TSC_COMPILE_ON_ERROR=false # Should avoid breaking "Build" when TypeScript error occured.
# -------------------------------------------------- PRODCUTION EXAMPLE --------------------------------------------------
# ------------------------------------------------------------------------------------------------------------------------
PORT=80
REACT_APP_FRONTEND_BASEURL=https://wizardpassport.vercel.app
REACT_APP_BACKEND_BASEURL=https://wizardpassport.vercel.app/api
TSC_COMPILE_ON_ERROR=false