30 lines
1003 B
JSON
Raw Permalink Normal View History

2024-08-03 20:40:34 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-10-02 12:35:39 +08:00
"applicationUrl": "https://localhost:17027;http://localhost:15231",
2024-08-03 20:40:34 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
2024-10-02 12:35:39 +08:00
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21284",
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22083"
2024-08-03 20:40:34 +08:00
}
},
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2024-10-02 12:35:39 +08:00
"applicationUrl": "http://localhost:15231",
2024-08-03 20:40:34 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
2024-10-02 12:35:39 +08:00
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19169",
"DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20082"
2024-08-03 20:40:34 +08:00
}
}
}
}