公告板
版本库
filestore
活动
搜索
登录
data
/
iot/dongli_SocketServer
东丽网口版透析机 socket- server 通讯
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
日志打印影藏
chenyc
2026-01-01
ce98f732b9e4f32154d39454213e1abf3dc07f5b
[data/iot/dongli_SocketServer.git]
/
httpConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"enabled": true,
"port": 8080,
"host": "0.0.0.0",
"cors": {
"enabled": true,
"allowOrigin": "*"
},
"rateLimit": {
"enabled": true,
"interval": 5000,
"allDevicesInterval": 60000
}
}