2025-01-09 16:01:37 +03:30
|
|
|
{
|
2024-03-29 17:44:38 +03:30
|
|
|
"profiles": {
|
|
|
|
"http": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
2025-01-09 16:01:37 +03:30
|
|
|
},
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
"applicationUrl": "http://localhost:5271"
|
2024-03-29 17:44:38 +03:30
|
|
|
},
|
|
|
|
"https": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
2025-01-09 16:01:37 +03:30
|
|
|
},
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
"applicationUrl": "https://localhost:7075;http://localhost:5271"
|
2024-03-29 17:44:38 +03:30
|
|
|
},
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
2025-10-03 23:30:01 +03:30
|
|
|
},
|
|
|
|
"Container (Dockerfile)": {
|
|
|
|
"commandName": "Docker",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_HTTPS_PORTS": "8081",
|
|
|
|
"ASPNETCORE_HTTP_PORTS": "8080"
|
|
|
|
},
|
|
|
|
"publishAllPorts": true,
|
|
|
|
"useSSL": true
|
2024-03-29 17:44:38 +03:30
|
|
|
}
|
2025-01-09 16:01:37 +03:30
|
|
|
},
|
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
|
|
|
"applicationUrl": "http://localhost:50659/",
|
|
|
|
"sslPort": 44391
|
|
|
|
}
|
2024-03-29 17:44:38 +03:30
|
|
|
}
|
2025-01-09 16:01:37 +03:30
|
|
|
}
|