Skip to content

Commit

Permalink
Merge branch 'enhancement/ors-path'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Nov 16, 2023
2 parents 8326c0b + d81f5b5 commit 90efd7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Changed

- ORS hosts in config to contain default base path `/ors/v2` (#99)

## [v0.11.0] - 2022-06-11

### Added
Expand Down
16 changes: 8 additions & 8 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@ routingServers:
port: '5002'
ors:
driving-car:
host: '0.0.0.0'
host: '0.0.0.0/ors/v2'
port: '8080'
driving-hgv:
host: '0.0.0.0'
host: '0.0.0.0/ors/v2'
port: '8080'
cycling-regular:
host: '0.0.0.0'
host: '0.0.0.0/ors/v2'
port: '8080'
cycling-mountain:
host: '0.0.0.0'
host: '0.0.0.0/ors/v2'
port: '8080'
cycling-road:
host: '0.0.0.0'
host: '0.0.0.0/ors/v2'
port: '8080'
cycling-electric:
host: '0.0.0.0'
host: '0.0.0.0/ors/v2'
port: '8080'
foot-walking:
host: '0.0.0.0'
host: '0.0.0.0/ors/v2'
port: '8080'
foot-hiking:
host: '0.0.0.0'
host: '0.0.0.0/ors/v2'
port: '8080'
valhalla:
auto:
Expand Down

0 comments on commit 90efd7f

Please sign in to comment.