dev50.env.js 177 Bytes Raw Blame History Permalink 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"' }