'use strict'
module.exports = {
  NODE_ENV: '"production"',
  CONFIG_ENV: JSON.stringify(process.env.CONFIG_ENV),
  debug: false,
  isMobilePlatform: true,
  appCode:'"HLS_APP"',
  clearTable: true,
  loginPath: '"http://hlsapp.hand-china.com/core/oauth/token?client_id=hQGCtxTItRa34PUOgxaD0r7oSPeuEaIB&client_secret=7ee8338c-4a06-44a1-87cc-afa63f8e1bc3&grant_type=password&username=app&password=" ',
  basePath: '"http://hlsapp.hand-china.com/core/r/api?sysName=HLS_APP&apiName="',
  rootPath: '"http://hlsapp.hand-china.com/core/r/api"',
  file_url: '"http://hlsapp.hand-china.com/file/"',
}