dev.env.js 793 Bytes
Newer Older
李晓兵's avatar
李晓兵 committed
1 2 3 4 5 6
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')

module.exports = merge(prodEnv, {
  NODE_ENV: '"development"',
JingChao's avatar
JingChao committed
7
  CONFIG_ENV: JSON.stringify(process.env.CONFIG_ENV),
李晓兵's avatar
李晓兵 committed
8 9
  debug: true,
  isMobilePlatform: false,
李晓兵's avatar
李晓兵 committed
10 11
  loginPath: '"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=admin&password=" ',
  basePath: '"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_DEV&apiName="',
李晓兵's avatar
李晓兵 committed
12
  rootPath: '"http://180.104.121.66:8088/r/api"',
李晓兵's avatar
李晓兵 committed
13
  filePath: '"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_DEV&apiName=file_view&"',
李晓兵's avatar
李晓兵 committed
14
  ocrPath:'"http://180.104.121.66:8088/r/api"',
李晓兵's avatar
李晓兵 committed
15 16
  file_url: '"http://hlsapp.hand-china.com/file/"',
  appId: '"com.hls.easy.car"',
李晓兵's avatar
李晓兵 committed
17
  currentVersion: '"0.0.1"'
李晓兵's avatar
李晓兵 committed
18
});