mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-26 19:48:34 +00:00
'webscoket'
This commit is contained in:
@@ -48,8 +48,7 @@ func LoadConfig() (*Config, error) {
|
||||
log.Error("Read config file error: ", err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
log.Info(string(content))
|
||||
// log.Info(string(content))
|
||||
|
||||
var config Config
|
||||
err = json.Unmarshal(content, &config)
|
||||
|
||||
Reference in New Issue
Block a user