export default { dev:{
"REACT_APP_URL":"http://localhost:7071" //"http://118.89.86.27:7001"
}, test:{ "REACT_APP_URL":"http://localhost:7001" }, prod:{
"REACT_APP_URL":"http://localhost:7071"
} }