env.js 228 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6 7 8 9 10 11 12

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