Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt URI to ORS production settings without default /ors base path #1037

Merged
merged 3 commits into from
Nov 16, 2023

Conversation

TheGreatRefrigerator
Copy link
Contributor

@TheGreatRefrigerator TheGreatRefrigerator commented Nov 14, 2023

Issue

#1036

Tasks

  • Update CHANGELOG.md (remove if irrelevant)
  • review

BREAKING-CHANGE: this removes the hardcoded `ors/v2/`
which now needs to be provided either in the cli using the `-a` flag
(e.g.`-a <profile>:<host>/ors/v2`)
or with `vroom-express` or `vroom-docker` in the `config.yml`
e.g.
```
routingServers:
 ors:
  driving-car:
    host: "0.0.0.0/ors/v2"
    port: 8082
```

Co-authored-by: Amandus Butzer <amandus.butzer@heigit.org>
@TheGreatRefrigerator
Copy link
Contributor Author

@jcoupey i've tagged it as breaking now, if you disagree i will adjust and just provide the examples and link to vroom-express

CHANGELOG.md Outdated Show resolved Hide resolved
TheGreatRefrigerator added a commit to GIScience/vroom-express that referenced this pull request Nov 15, 2023
BREAKING-CHANGE: this adjusts to the removal of the hard-coded ors base path in vroom
  see VROOM-Project/vroom#1037
@jcoupey jcoupey added this to the v1.14.0 milestone Nov 16, 2023
@jcoupey jcoupey merged commit 3913451 into VROOM-Project:master Nov 16, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants