chore: Startkonfiguration für bessere Entwicklungsoptionen angepasst.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user