Files
SafelyYouCodingChallenge/dotnet/SafelyYou/Properties/launchSettings.json
T
michael_dileo 459b90dcd7 dotnet - add locking since the simulator seems to run a lot in parallel
change the port to match what the simulator uses by default

add serilog as part of debugging
2026-08-06 15:54:07 -05:00

24 lines
621 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:6733",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7175;http://localhost:6734",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}