dev.env1.51.js 339 Bytes
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')

module.exports = merge(prodEnv, {
  NODE_ENV: '"dev151"',
  BASE_API: '"http://192.168.0.75:9095"',
  MONITOR_GATEWAY: '"http://192.168.0.75:8080"'
  // BASE_API: '"http://192.168.1.50:9095"',
  // MONITOR_GATEWAY: '"http://192.168.1.50:8080"'

})