diff --git a/envar-web-basic.js b/envar-web-basic.js index b8fd17b..b8abd37 100644 --- a/envar-web-basic.js +++ b/envar-web-basic.js @@ -5,7 +5,7 @@ const inProd = process.env.NODE_ENV === 'production' // 用 'production' 测试 module.exports = { webProtocol: inProd ? 'httpall' : 'http', webHostname: inProd ? 'vic-user.bittic.org' : 'localhost', - webPort: inProd ? undefined : coretool.BASEPORT_WEB_SERVER + 338, + webPort: inProd ? undefined : coretool.PORT_WEB_SERVER_DEV, webRoot: 'dist', webSsl: inProd ? {