feat: 允许客户端在HTTPS下使用非安全ws协议的服务端
This commit is contained in:
16
config.json
16
config.json
@@ -21,8 +21,16 @@
|
||||
"cli": "python3"
|
||||
}
|
||||
},
|
||||
"tempPath": "./temp",
|
||||
"clientPath": "./mixly",
|
||||
"mode": "web-socket",
|
||||
"port": 4000
|
||||
"client": {
|
||||
"path": "./mixly",
|
||||
"port": 4000
|
||||
},
|
||||
"server": {
|
||||
"path": {
|
||||
"temp": "./temp"
|
||||
},
|
||||
"mode": "all",
|
||||
"protocol": "wss",
|
||||
"port": 4000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user