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

29 lines
684 B
JSON
Raw Normal View History

2023-08-25 09:08:14 +09:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:49493",
"sslPort": 44304
}
},
"profiles": {
"BlazorStateApp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7106;http://localhost:5178",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}