|
|
|
@ -1,28 +1,22 @@
|
|
|
|
|
{
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
"iisExpress": {
|
|
|
|
|
"applicationUrl": "http://localhost:38362",
|
|
|
|
|
"sslPort": 44368
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"profiles": {
|
|
|
|
|
"http": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"applicationUrl": "http://localhost:5272",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"applicationUrl": "http://localhost:5272"
|
|
|
|
|
},
|
|
|
|
|
"https": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"applicationUrl": "https://localhost:7112;http://localhost:5272",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"applicationUrl": "https://localhost:7112;http://localhost:5272"
|
|
|
|
|
},
|
|
|
|
|
"IIS Express": {
|
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
@ -30,6 +24,24 @@
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WSL": {
|
|
|
|
|
"commandName": "WSL2",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "https://localhost:7112",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
|
|
"ASPNETCORE_URLS": "https://localhost:7112;http://localhost:5272"
|
|
|
|
|
},
|
|
|
|
|
"distributionName": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
"iisExpress": {
|
|
|
|
|
"applicationUrl": "http://localhost:38362",
|
|
|
|
|
"sslPort": 44368
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|