chore: .gitignore und launchSettings aktualisiert, um neue Build- und Entwicklungsanforderungen zu berücksichtigen.

This commit is contained in:
Developer 02
2024-07-31 13:47:25 +02:00
parent 982e66daf4
commit e91027ba1b
2 changed files with 147 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"DigitalData.UserManager.API": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:57319;http://localhost:57320"
}
}
}