2021-07-03 12:19:53 +00:00
|
|
|
{
|
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
|
|
|
"applicationUrl": "http://localhost:36458",
|
|
|
|
"sslPort": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"profiles": {
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"BlazorApp": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"dotnetRunMessages": "true",
|
2021-07-05 19:50:58 +00:00
|
|
|
"launchBrowser": false,
|
2021-07-03 12:19:53 +00:00
|
|
|
"applicationUrl": "http://localhost:5000",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|