mirror of
https://github.com/fhmq/hmq.git
synced 2026-06-09 14:51:31 +00:00
22 lines
397 B
JSON
22 lines
397 B
JSON
{
|
|
"workerNum": 4096,
|
|
"port": "1883",
|
|
"host": "0.0.0.0",
|
|
"debug": true,
|
|
"router": "127.0.0.1:9888",
|
|
"tlsPort": "8883",
|
|
"tlsHost": "0.0.0.0",
|
|
"wsPort": "1888",
|
|
"wsPath": "/ws",
|
|
"wsTLS": false,
|
|
"tlsInfo": {
|
|
"verify": true,
|
|
"caFile": "ssl/ca/ca.pem",
|
|
"certFile": "ssl/server/cert.pem",
|
|
"keyFile": "ssl/server/key.pem"
|
|
},
|
|
"plugins": {
|
|
"auth": "authhttp",
|
|
"bridge": "kafka"
|
|
}
|
|
} |