fix local launch settings

This commit is contained in:
Samuele Locatelli
2023-05-18 08:05:50 +02:00
parent 955529ac1c
commit e23d29a72a
@@ -4,7 +4,7 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:38024",
"launchUrl": "https://localhost:38024/WDC/UI",
"launchUrl": "https://localhost:38024",
"sslPort": 44365
}
},
@@ -14,7 +14,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7196;http://localhost:5013",
"launchUrl": "https://localhost:7196/WDC/UI",
"launchUrl": "https://localhost:7196",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}