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

This commit is contained in:
Nicolas CARON 2024-12-16 15:04:07 +01:00
parent 52572d52e2
commit 5b4eff783c
1 changed files with 1 additions and 1 deletions

View File

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