chore: .gitignore und launchSettings aktualisiert, um neue Build- und Entwicklungsanforderungen zu berücksichtigen.
This commit is contained in:
12
DigitalData.UserManager.API/Properties/launchSettings.json
Normal file
12
DigitalData.UserManager.API/Properties/launchSettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"DigitalData.UserManager.API": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:57319;http://localhost:57320"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user