working commit

This commit is contained in:
2026-03-16 20:55:36 +02:00
parent 5c1da77f4c
commit 13b1905e05
31 changed files with 177 additions and 151 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ func (srv *Server) SetAsDaemon(asDaemon bool) {
func (srv *Server) Configure() error {
var err error
srv.logg.Infof("Configuration server")
//srv.logg.Infof("Configuration server")
srv.conf = config.NewConfig()
if err != nil {
return err