Scaffold Aspire starter app

This commit is contained in:
2025-07-06 19:15:24 +02:00
commit 18ed5d8106
79 changed files with 62956 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:17229;http://localhost:15254",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21292",
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22075"
}
},
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:15254",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19048",
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20196"
}
}
}
}