Files
ASP.NET-MVC-Study/HelloAspNet/HelloEmpty-ToWebAPI/Properties/launchSettings.json

29 lines
692 B
JSON
Raw Normal View History

2023-08-22 17:23:50 +09:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63961",
"sslPort": 44372
}
},
"profiles": {
"HelloEmpty_ToWebAPI": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7172;http://localhost:5251",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}