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

Commits on Nov 14, 2023

  1. refactor!: Adapt URI to ORS instance to not use hard-coded path

    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>
    sfendrich and TheGreatRefrigerator committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b4cdccb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    f8183f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3913451 View commit details
    Browse the repository at this point in the history