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

12 lines
275 B
JSON
Raw Normal View History

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