Blame view

report-ui/config/prod.env.js 182 Bytes
王涛 authored
1 2 3
'use strict'
module.exports = {
  NODE_ENV: '"production"',
王涛 authored
4 5
  // 青海现场环境配置
  BASE_API: '"http://95.12.89.134:8089"',
6
  MONITOR_GATEWAY: '"http://95.12.89.134:8080"'
王涛 authored
7
}