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

12 lines
275 B
JSON

{
"profiles": {
"BestPractices": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:50879;http://localhost:50880"
}
}
}