44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
|
{
|
||
|
"profiles": {
|
||
|
"http": {
|
||
|
"commandName": "Project",
|
||
|
"launchBrowser": true,
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
},
|
||
|
"dotnetRunMessages": true,
|
||
|
"applicationUrl": "http://localhost:5018"
|
||
|
},
|
||
|
"https": {
|
||
|
"commandName": "Project",
|
||
|
"launchBrowser": true,
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
},
|
||
|
"dotnetRunMessages": true,
|
||
|
"applicationUrl": "https://localhost:7230;http://localhost:5018"
|
||
|
},
|
||
|
"IIS Express": {
|
||
|
"commandName": "IISExpress",
|
||
|
"launchBrowser": true,
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
|
"Docker": {
|
||
|
"commandName": "Docker",
|
||
|
"launchBrowser": true,
|
||
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
||
|
"publishAllPorts": true,
|
||
|
"useSSL": true
|
||
|
}
|
||
|
},
|
||
|
"iisSettings": {
|
||
|
"windowsAuthentication": false,
|
||
|
"anonymousAuthentication": true,
|
||
|
"iisExpress": {
|
||
|
"applicationUrl": "http://localhost:23575",
|
||
|
"sslPort": 44382
|
||
|
}
|
||
|
}
|
||
|
}
|