Skip to content

Commit

Permalink
docs: fix wrong port in local demo docs (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored Jun 11, 2024
1 parent a0a96e8 commit 6a8a1fd
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,12 +54,12 @@ EDC_UI_ACTIVE_PROFILE=mds-open-source docker compose up

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

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

The Broker is configured to scan both connectors.

Expand Down

0 comments on commit 6a8a1fd

Please sign in to comment.