Files
api-generator/WebServer/Properties/launchSettings.json
2025-10-11 13:08:09 +02:00

12 lines
271 B
JSON

{
"profiles": {
"WebServer": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:49970;http://localhost:49971"
}
}
}