prod.env.js 224 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 '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/"', };