From 47570d9423e438379dc7197cae552a631060b931 Mon Sep 17 00:00:00 2001 From: pb Date: Wed, 4 Sep 2024 17:34:05 +0200 Subject: [PATCH] change to fit update to oclib --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 57aef83..3d1ed07 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( func main() { oclib.SetConfig( conf.GetConfig().MongoUrl, - conf.GetConfig().MongoUrl, + conf.GetConfig().DBName, conf.GetConfig().NatsUrl, conf.GetConfig().LokiUrl, conf.GetConfig().Logs,