Notes/Properties/launchSettings.json

21 lines
465 B
JSON
Raw Normal View History

2022-12-01 02:44:56 +00:00
{
2022-11-29 15:14:15 +00:00
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2022-12-01 02:44:56 +00:00
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5015"
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:2334",
2023-01-09 21:56:30 +00:00
"sslPort": 0
2022-11-29 15:14:15 +00:00
}
}
2022-12-01 02:44:56 +00:00
}