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: [],
wsPort: 3001,
wsHosts: [],
enableHttp: true,
enableHttpPost: true,
enableWs: true,
enableWsReverse: true
enableWsReverse: false
}
let defaultConfig: Config = {
ob11: ob11Default,