sqrtspace-dotnet/samples/SampleWebApi/Properties/launchSettings.json
2025-07-20 03:41:39 -04:00

12 lines
274 B
JSON

{
"profiles": {
"SampleWebApi": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:50878;http://localhost:50881"
}
}
}