Skip to content

Commit

Permalink
Added discovery service description.
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaei2000 committed Nov 6, 2024
1 parent 1f21066 commit 63fb8c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ npm run start --workspace=tokenserver
npm run start --workspace=platform
```

This starts two web servers
This starts three web servers:
1. the main platform [http://127.0.0.1:8080](http://127.0.0.1:8080)
2. the token server for github authentication [http://127.0.0.1:10000](http://127.0.0.1:10000)
3. the discovery service on http://127.0.0.1:3000 which holds a dictionary of all the container ports in the ecosystem and the relevant URL paths needed for running the educationplatform and relevant tools on one server.


### Specifying the activities
Expand Down

0 comments on commit 63fb8c3

Please sign in to comment.