2024-11-14 15:17:43 +05:00
|
|
|
{
|
|
|
|
"profiles": {
|
|
|
|
"http": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"dotnetRunMessages": true,
|
2024-12-16 15:38:46 +05:00
|
|
|
"applicationUrl": "http://localhost:5266"
|
|
|
|
},
|
|
|
|
"https": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
"applicationUrl": "https://localhost:7154;http://localhost:5266"
|
2024-11-14 15:17:43 +05:00
|
|
|
},
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Container (Dockerfile)": {
|
|
|
|
"commandName": "Docker",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
|
|
|
"environmentVariables": {
|
2024-12-16 15:38:46 +05:00
|
|
|
"ASPNETCORE_HTTPS_PORTS": "8081",
|
2024-11-14 15:17:43 +05:00
|
|
|
"ASPNETCORE_HTTP_PORTS": "8080"
|
|
|
|
},
|
2024-12-16 15:38:46 +05:00
|
|
|
"publishAllPorts": true,
|
|
|
|
"useSSL": true
|
2024-11-14 15:17:43 +05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
2024-12-16 15:38:46 +05:00
|
|
|
"applicationUrl": "http://localhost:54958",
|
|
|
|
"sslPort": 44352
|
2024-11-14 15:17:43 +05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|