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",
|
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
|
|
|
}
|