'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"/"'
  BASE_API: '"/api/"',
  LANG_CODE: '"cn"'
}