env.js 222 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3

export default {
  dev:{
wuhao's avatar
wuhao committed
4
    "REACT_APP_URL":"http://localhost:7071" //"http://118.89.86.27:7001"
wuhao's avatar
wuhao committed
5 6 7 8 9
  },
  test:{
    "REACT_APP_URL":"http://localhost:7001" 
  },
  prod:{
wuhao's avatar
wuhao committed
10
    "REACT_APP_URL":"http://localhost:7071"
wuhao's avatar
wuhao committed
11 12
  }
}