var merge = require('webpack-merge') var devEnv = require('./dev.env') module.exports = merge(devEnv, { NODE_ENV: '"testing"', // AIP_BASE: '"http://10.187.1.153:8880/"', // AIP_BASE: '"http://mcatest.bgyfw.com:81/dpshowtest/"', //test,tuisong AIP_BASE: '"http://localhost:8080/DPshow_depart_war_exploded"', LUOSIMAO_API: '"6c29b1e55ab2befad0b746db886d10c7"', LUOSIMAO_DEV_RESPONSE_CODE: '"0697056754B0C13C745662D33E1AC555"', H5_INDEX: '"https://duptest.bgyfw.com:8002/DPshow_depart/api/wxLogin/userAuth?url=https://duptest.bgyfw.com/m/pages/singlePage/index.html"', ACCESS_PATH: 'https://duptest.bgyfw.com:8001/' })