Commit 005b4ceb authored by Arfin Syadziy's avatar Arfin Syadziy

Merge branch 'dev/arfin' into 'ENV-DEPLOYMENT'

update envi fix

See merge request !1572
parents 7737735e cacc2dda
// contents of .env
REACT_APP_URL_MAIN_BE=http://localhost:8080/tia-reporting
REACT_APP_URL_MAIN_BE=https://tia.eksad.com/tia-reporting
REACT_APP_URL_MAIN_FE=/web
\ No newline at end of file
// contents of .env
REACT_APP_URL_MAIN_BE=https://tia.eksad.com/tia-reporting
REACT_APP_URL_MAIN_FE=/web
\ No newline at end of file
// contents of .env
REACT_APP_URL_MAIN_BE=http://localhost:8080/tia-reporting
REACT_APP_URL_MAIN_BE=https://dashboard.triputra-group.com/tia-reporting
REACT_APP_URL_MAIN_FE=/web
\ No newline at end of file
......@@ -53,17 +53,15 @@
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=8192 build",
"build_dev": "copy .env_dev .env && react-scripts --max_old_space_size=8192 build",
"build_dev_linux": "cp .env_dev .env && react-scripts --max_old_space_size=8192 build",
"build_prod": "copy .env_prod .env && react-scripts --max_old_space_size=8192 build",
"build_dev_linux": "cp .env_dev .env && react-scripts --max_old_space_size=8192 build",
"build_prod_linux": "cp .env_prod .env && react-scripts --max_old_space_size=8192 build",
"local": "copy .env_local .env && react-scripts start",
"local_linux": "cp .env_local .env && react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "copy .env_dev .env && react-scripts start",
"dev_linux": "cp .env_dev .env && react-scripts start",
"prod": "copy .env_prod .env && react-scripts start",
"prod_linux": "cp .env_prod .env && react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject"
"dev_linux": "cp .env_dev .env && react-scripts start",
"prod_linux": "cp .env_prod .env && react-scripts start"
},
"eslintConfig": {
"extends": "react-app"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment