From 5b4eff783c64096cf43ed25bb99bde7646a63ed5 Mon Sep 17 00:00:00 2001 From: Nicolas CARON Date: Mon, 16 Dec 2024 15:04:07 +0100 Subject: [PATCH] edit collections on config.go --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 8a79aea..1d3264d 100644 --- a/config.go +++ b/config.go @@ -17,7 +17,7 @@ func ReadConfig() (*viper.Viper, error) { "port": "27017", "db_name": "coopgo_platform", "collections": map[string]any{ - "events": "diags", + "diags": "diags", }, }, },