Blame view

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