Files
ASP.NET-MVC-Study/BlazorApp/BlazorServerApp/Properties/launchSettings.json

29 lines
685 B
JSON
Raw Normal View History

2023-08-24 15:44:37 +09:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:34224",
"sslPort": 44382
}
},
"profiles": {
"BlazorServerApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7196;http://localhost:5015",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}