Files
2026-05-01 21:01:03 +02:00

32 lines
1.2 KiB
JSON

{
"$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"
}
}
}
}