mirror of
https://github.com/fhmq/hmq.git
synced 2026-08-30 22:34:52 +00:00
* modify * update * add acl * add feature * update dockerfile * add deploy * update * update * plugins * plugins * update * update * update * fixed * remove * fixed * add log * update * fixed * update * fix config * add http api * add http api * resp * add config for work chan * update * fixed * update * disable trace * fixed * change acl * fixed * fixed res * dd * dd * ddd * dd * update * fixed * update * add * fixed * update key * add log * update * format * update * update auth * update * update readme * added * update * fixed * fixed * fix * upade * update * update
24 lines
428 B
Plaintext
24 lines
428 B
Plaintext
{
|
|
"workerNum": 4096,
|
|
"port": "1883",
|
|
"host": "0.0.0.0",
|
|
"debug": true,
|
|
"cluster": {
|
|
"host": "0.0.0.0",
|
|
"port": "1993"
|
|
},
|
|
"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": ["authhttp","kafka"]
|
|
}
|