test.env.js 641 B

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