17 lines
457 B
JSON
17 lines
457 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"http": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"applicationUrl": "http://localhost:15071",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"DOTNET_ENVIRONMENT": "Development",
|
|
"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16047"
|
|
}
|
|
}
|
|
}
|
|
}
|