الملفات
github-actions-demos/aspire-sample/aspire-sample.AppHost/Properties/launchSettings.json
2024-09-26 11:56:02 -04:00

30 أسطر
1003 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:17191;http://localhost:15185",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21014",
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22193"
}
},
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:15185",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19219",
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20058"
}
}
}
}