We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a077e commit 057ec04Copy full SHA for 057ec04
README.md
@@ -83,8 +83,8 @@ dotnet run --project aspire/AppHost
83
🔗 Then access:
84
- **Aspire Dashboard**: https://localhost:17178 (see all services, logs, traces)
85
- **Frontend**: http://localhost:4200
86
-- **API**: http://localhost:5217
87
-- **Scalar API Docs**: http://localhost:5217/scalar/v1
+- **API**: https://localhost:7224
+- **Scalar API Docs**: https://localhost:7224/scalar/v1
88
- **pgAdmin**: Check Aspire dashboard for the assigned port
89
90
### Option 2: Using Docker Compose (Production-like)
0 commit comments