Skip to content

Commit

Permalink
docs(compose): Fix default VITE_API_URL in the README
Browse files Browse the repository at this point in the history
Align the value in the README with the actual default value.

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed May 31, 2024
1 parent 1a007b6 commit 687526f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The Docker image can be configured by the following environment variables:

| Variable | Default | Description |
| ---------------- | ------------------------------------- | ------------------------------------ |
| `VITE_API_URL` | `http://localhost:8080/api/v1` | The URL of the ORT Server API. |
| `VITE_API_URL` | `http://localhost:8080` | The URL of the ORT Server API. |
| `VITE_UI_URL` | `http://localhost:8082` | The URL of the UI. |
| `VITE_AUTHORITY` | `http://localhost:8081/realms/master` | The URL of the Keycloak realm. |
| `VITE_CLIENT_ID` | `ort-server-ui` | The client ID of the UI in Keycloak. |

0 comments on commit 687526f

Please sign in to comment.