edit collections on config.go
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m18s

This commit is contained in:
2024-12-16 15:04:07 +01:00
parent 52572d52e2
commit 5b4eff783c

View File

@@ -17,7 +17,7 @@ func ReadConfig() (*viper.Viper, error) {
"port": "27017",
"db_name": "coopgo_platform",
"collections": map[string]any{
"events": "diags",
"diags": "diags",
},
},
},