prod.env.js 224 Bytes
'use strict';
module.exports = {
  NODE_ENV: '"production"',
  IMAGE_URL_HEAD:'"https://cdn.singsingenglish.com/"',
  API_URL: '"/"',
  MAX_FILESIZE:'1024*1024*10',
  INVITE_URL:'"https://wechat.changchangenglish.com/"',
};