-
Notifications
You must be signed in to change notification settings - Fork 550
Application URLs
Phong Nguyen edited this page Oct 9, 2021
·
5 revisions
Project | Launch URL | Docker Container URL | Docker Container URL |
---|---|---|---|
IdentityServer | https://localhost:44367 | https://localhost:9000 | https://host.docker.internal:9000 |
WebAPI | https://localhost:44312 | https://localhost:9002 | https://host.docker.internal:9002 |
WebMVC | https://localhost:44364 | https://localhost:9003 | https://host.docker.internal:9003 |
GraphQL | https://localhost:44392 | https://localhost:9006 | https://host.docker.internal:9006 |
Blazor | https://localhost:44331 | https://localhost:9008 | https://host.docker.internal:9008 |
Angular | https://localhost:4200/ | ||
React | https://localhost:3000/ | ||
Vue | https://localhost:8080/ |