@@ -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()
The note is not visible to the blocked user.