chore: Startkonfiguration für bessere Entwicklungsoptionen angepasst.

This commit is contained in:
Developer 02
2024-08-05 17:00:43 +02:00
parent bef026b9da
commit d6a2153530

View File

@@ -6,8 +6,36 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:54305;http://localhost:54306",
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7141;http://localhost:5282",
"sqlDebugging": true
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"sqlDebugging": true
},
"swagger": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7202;http://localhost:5009",
"sqlDebugging": true
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:30275",
"sslPort": 44372
}
}
}