Return handling
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 40s

This commit is contained in:
2025-05-28 07:32:24 +02:00
parent 3d32c9a24a
commit d237401c81
17 changed files with 587 additions and 249 deletions

View File

@@ -35,6 +35,14 @@ func ReadConfig() (*viper.Viper, error) {
"type": "valhalla",
"base_url": "https://valhalla.coopgo.io",
},
"parameters": map[string]any{
"limits": map[string]any{
"distance": map[string]any{
"min": 4,
"max": 200,
},
},
},
}
v := viper.New()