1
0
This commit is contained in:
MarcEricMartel
2023-11-17 20:40:46 -05:00
parent 1082305c64
commit 4309ab9aad
4 changed files with 83 additions and 15 deletions

View File

@@ -1,16 +1,16 @@
{
"$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"
}
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:15071"
}
}
}
},
"$schema": "http://json.schemastore.org/launchsettings.json"
}