Files
sqrtspace-dotnet/samples/SampleWebApi/Properties/launchSettings.json

12 lines
274 B
JSON
Raw Normal View History

2025-07-20 03:41:39 -04:00
{
"profiles": {
"SampleWebApi": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:50878;http://localhost:50881"
}
}
}