mirror of
https://github.com/fiodarsazanavets/aspire-13-examples.git
synced 2026-06-21 12:23:10 +00:00
30 lines
1003 B
JSON
30 lines
1003 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"https": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"applicationUrl": "https://localhost:17279;http://localhost:15178",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"DOTNET_ENVIRONMENT": "Development",
|
|
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21061",
|
|
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22092"
|
|
}
|
|
},
|
|
"http": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"applicationUrl": "http://localhost:15178",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"DOTNET_ENVIRONMENT": "Development",
|
|
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19133",
|
|
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20178"
|
|
}
|
|
}
|
|
}
|
|
}
|