Notes/Properties/launchSettings.json

44 lines
1.1 KiB
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"
2022-11-29 15:14:15 +00:00
},
"https": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2022-12-01 02:44:56 +00:00
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7042;http://localhost:5015"
2022-11-29 15:14:15 +00:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
2022-12-01 02:44:56 +00:00
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:2334",
"sslPort": 44381
2022-11-29 15:14:15 +00:00
}
}
2022-12-01 02:44:56 +00:00
}