enable system monitoring by default

This commit is contained in:
medcl 2022-10-22 23:46:51 +08:00
parent f90601ef1a
commit 48c4368282
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ func (module *Module) initialize(w http.ResponseWriter, r *http.Request, ps http
}
cfg.Reserved=true
cfg.Monitored=true
//处理ORM
handler := elastic2.ElasticORM{Client: client, Config:cfg1 }