REMOVE NO USE

This commit is contained in:
joy.zhou
2019-08-20 10:27:15 +08:00
parent fd2974a546
commit 8d8707801f

View File

@@ -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 (