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