refactor: default config

This commit is contained in:
linyuchen 2024-02-20 03:29:28 +08:00
parent c1dd309b21
commit f9b97543d9

View File

@ -22,8 +22,10 @@ export class ConfigUtil {
httpHosts: [], httpHosts: [],
wsPort: 3001, wsPort: 3001,
wsHosts: [], wsHosts: [],
enableHttp: true,
enableHttpPost: true,
enableWs: true, enableWs: true,
enableWsReverse: true enableWsReverse: false
} }
let defaultConfig: Config = { let defaultConfig: Config = {
ob11: ob11Default, ob11: ob11Default,