prod.env.js 736 B

123456789101112131415
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. ENV_CONFIG: '"prod"',
  4. //BASE_API: '"http://47.104.2.209:7788/api"'
  5. // BASE_API: '"http://121.204.252.205:8081/api"',
  6. // UPLOAD_URL: '"http://121.204.252.205:8081/api/file/uploadfile"',
  7. // IMAGE_URL: '"http://121.204.252.205:8081/api/file/getimg?fileUrl="',
  8. // BASE_API: '"http://10.10.15.26:8080/gateway-api/api"',
  9. // UPLOAD_URL: '"http://10.10.15.26:8080/gateway-api/api/file/uploadfile"',
  10. // IMAGE_URL: '"http://10.10.15.26:8080/gateway-api/api/file/getimg?fileUrl="',
  11. BASE_API: '"https://windata.platomix.net/data-api/api"',
  12. UPLOAD_URL: '"https://windata.platomix.net/api/file/uploadfile"',
  13. IMAGE_URL: '"https://windata.platomix.net/api/file/getimg?fileUrl="',
  14. }