Files
Verspakketten-API/Lutra/Lutra.AppHost/Properties/launchSettings.json
Maarten Zeeman f8192482bf Added Aspire
2026-02-14 20:20:50 +01:00

30 lines
1003 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:17126;http://localhost:15299",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21049",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22271"
}
},
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:15299",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19176",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20117"
}
}
}
}