This commit is contained in:
Loretta 2025-09-02 15:21:57 +02:00
parent af70b60273
commit 1677e2b66e
1 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,21 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:59579;http://localhost:59580"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:52583/",
"sslPort": 44372
}
}
}