Skip to content

Commit 8cf2030

Browse files
readme updated to add urls of the three services for docker - production setup
1 parent 8b383d3 commit 8cf2030

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ A **.NET 9 MVC Web App** that unifies multiple APIs (**User Management and Loggi
115115

116116
## 🏗️ Planned Enhancements (Next Repository)
117117

118-
119-
120118
The next repository will focus on:
121119

122120
- **Centralized Authorization Layer/Handler**
@@ -203,9 +201,13 @@ By default, it uses Development environment with appsettings.Development.json.
203201

204202
- docker-compose down
205203

206-
The API will be available at:
204+
The services will be available at:
205+
206+
[web app] HTTP → http://localhost:7000
207+
208+
[user management api] HTTP → http://localhost:6000/api
207209

208-
HTTP → http://localhost:5000/api
210+
[error log api] HTTP → http://localhost:5000/api
209211

210212
(HTTPS optional, future phase)
211213

0 commit comments

Comments
 (0)