diff --git a/src/config/config.json b/src/config/config.json index ca6c7ad85..2bf2e8218 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -1,7 +1,20 @@ { "directionsSources": { "osrm": { - "url": "/services/itineraire/route/v1/driving/" + "name": "OSRM Québec", + "baseUrl": "/apis/itineraire/route/v1/", + "profiles": [ + { + "name": "driving" + }, + { + "name": "forestier", + "authorization": { + "url": "/apis/igo2/user/igo", + "property": "hasOsrmPrivateAccess" + } + } + ] } }, "favoriteContext4NonAuthenticated": true,