prod.env.js 182 Bytes
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // 青海现场环境配置
  BASE_API: '"http://95.12.89.134:8089"',
  MONITOR_GATEWAY: '"http://95.12.89.134:8080"'
}