Files
api-generator/WebServer/Properties/launchSettings.json
2025-10-12 13:54:51 +02:00

13 lines
314 B
JSON

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