sit.env.js 283 B

1234567
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. ENV_CONFIG: '"sit"',
  4. BASE_API: '"http://10.10.15.26:8080/gateway-api/api"',
  5. UPLOAD_URL: '"http://10.10.15.26:8080/gateway-api/api/file/uploadfile"',
  6. IMAGE_URL: '"http://10.10.15.26:8080/gateway-api/api/file/getimg?fileUrl="',
  7. }