certmanager updates

This commit is contained in:
Олег Бородин
2024-08-14 11:38:01 +02:00
parent 6a3290b9ac
commit f25197e714
13 changed files with 449 additions and 392 deletions

View File

@@ -86,7 +86,6 @@ func (srv *Server) Build() error {
// Create logic
logicConfig := &logic.LogicConfig{
Auths: srv.conf.Auths,
Database: srv.db,
}
srv.lg, err = logic.NewLogic(logicConfig)