Files
hmq/broker.config
chowyu08 0bbcaa582a 'tls'
2017-08-26 14:17:18 +08:00

22 lines
387 B
Plaintext

{
"port": "1883",
"host": "0.0.0.0",
"cluster": {
"host": "0.0.0.0",
"port": "1993",
"routes": []
},
"tlsPort": "",
"tlsHost": "0.0.0.0",
"wsPort": "1888",
"wsPath": "/ws",
"wsTLS": false,
"tlsInfo": {
"verify": true,
"caFile": "tls/ca/cacert.pem",
"certFile": "tls/server/cert.pem",
"keyFile": "tls/server/key.pem"
},
"acl": true,
"aclConf": "conf/acl.conf"
}