mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-02 14:28:34 +00:00
REMOVE NO USE
This commit is contained in:
@@ -28,8 +28,6 @@ type Config struct {
|
|||||||
WsPort string `json:"wsPort"`
|
WsPort string `json:"wsPort"`
|
||||||
WsTLS bool `json:"wsTLS"`
|
WsTLS bool `json:"wsTLS"`
|
||||||
TlsInfo TLSInfo `json:"tlsInfo"`
|
TlsInfo TLSInfo `json:"tlsInfo"`
|
||||||
Acl bool `json:"acl"`
|
|
||||||
AclConf string `json:"aclConf"`
|
|
||||||
Debug bool `json:"debug"`
|
Debug bool `json:"debug"`
|
||||||
Plugin Plugins `json:"plugins"`
|
Plugin Plugins `json:"plugins"`
|
||||||
}
|
}
|
||||||
@@ -55,7 +53,6 @@ var DefaultConfig *Config = &Config{
|
|||||||
Worker: 4096,
|
Worker: 4096,
|
||||||
Host: "0.0.0.0",
|
Host: "0.0.0.0",
|
||||||
Port: "1883",
|
Port: "1883",
|
||||||
Acl: false,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
Reference in New Issue
Block a user