'use strict'
module.exports = {
  NODE_ENV: '"production"',
  CONFIG_ENV: JSON.stringify(process.env.CONFIG_ENV),
  debug: true,
  isMobilePlatform: true,
  loginPath: '"http://47.97.108.99:18080/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" ',
  basePath: '"http://47.97.108.99:18080/r/api/interface?sysName=XCMG_UAT&apiName="',
  rootPath: '"http://47.97.108.99:18080/r/api"',
  filePath: '"http://47.97.108.99:18080/r/api/app/fileViewSvc?sysName=XCMG_UAT&apiName=file_view&"',
  ocrPath:'"http://47.97.108.99:18080/r/api"',
  fileUploadSvcPath:'"http://47.97.108.99:18080/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
  appId: '"com.xcmg.app.dev"',
  currentVersion: '"3.5.9"'
}