Skip to content

Commit b182fd5

Browse files
authored
update service URLs in README (#155)
1 parent debabcf commit b182fd5

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,13 @@ This builds all images and starts every service, database, RabbitMQ, and the obs
187187

188188
| Service | URL |
189189
|---|---|
190-
| API Gateway | http://localhost:6064 |
191-
| Catalog API | http://localhost:6000 |
192-
| Basket API | http://localhost:6001 |
193-
| Discount gRPC | http://localhost:6002 |
194-
| Ordering API | http://localhost:6003 |
190+
| Catalog API | https://localhost:5050;http://localhost:5000 |
191+
| Basket API | https://localhost:5051;http://localhost:5001 |
192+
| Discount gRPC | https://localhost:5052;http://localhost:5002 |
193+
| Ordering Command API | https://localhost:5053;http://localhost:5003 |
194+
| Ordering Query API | https://localhost:5054;http://localhost:5004 |
195+
| API Gateway | https://localhost:5055;http://localhost:5005 |
196+
| Identity API | https://localhost:5007 |
195197
| RabbitMQ Management UI | http://localhost:15672 (guest / guest) |
196198
| Jaeger (distributed tracing) | http://localhost:16686 |
197199
| Prometheus | http://localhost:9090 |

0 commit comments

Comments
 (0)