Added aspire apphost

This commit is contained in:
Khwezi Mngoma
2026-05-01 21:01:03 +02:00
parent 34c30338a3
commit 89a7c9d42d
7 changed files with 495 additions and 1 deletions
@@ -0,0 +1,31 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://aspiremonitoring_dashboard.dev.localhost:17249;http://aspiremonitoring_dashboard.dev.localhost:15261",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21040",
"ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:23251",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22183"
}
},
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://aspiremonitoring_dashboard.dev.localhost:15261",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19040",
"ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18268",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20163"
}
}
}
}