dev50.env.js 177 Bytes
'use strict'
module.exports = {
  NODE_ENV: '"dev50"',
  // 青海现场环境配置
  BASE_API: '"http://192.168.1.50:9095"',
  MONITOR_GATEWAY: '"http://192.168.0.50:8080"'
}