Skip to content

Commit

Permalink
docs: fix local demo documented paths
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Nov 17, 2023
1 parent c72fb14 commit 86b8353
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/deployment-guide/goals/local-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ EDC_UI_ACTIVE_PROFILE=mds-open-source docker compose up

The default configuration launches two local EDC Connectors with the following credentials:

| | First Connector | Second Connector |
|---------------------|------------------------------------------------------------------|:---------------------------------------------------------------------------|
| Homepage | http://localhost:11000 | http://localhost:22000 |
| Management Endpoint | http://localhost:11002/api/v1/management | http://localhost:22002/api/v1/management |
| Management API Key | `ApiKeyDefaultValue` | `ApiKeyDefaultValue` |
| Connector Endpoint | http://edc:11003/api/v1/dsp <br> Requires Docker Compose Network | http://edc2:22003/api/v1/dsp <br> Requires Docker Compose Network |
| | First Connector | Second Connector |
|---------------------|---------------------------------------------------------------|:------------------------------------------------------------------------|
| Homepage | http://localhost:11000 | http://localhost:22000 |
| Management Endpoint | http://localhost:11002/api/management | http://localhost:22002/api/management |
| Management API Key | `ApiKeyDefaultValue` | `ApiKeyDefaultValue` |
| Connector Endpoint | http://edc:11003/api/dsp <br> Requires Docker Compose Network | http://edc2:22003/api/dsp <br> Requires Docker Compose Network |

0 comments on commit 86b8353

Please sign in to comment.