2023-03-13 12:29:56 +07:00
|
|
|
{
|
2026-03-24 13:42:59 +07:00
|
|
|
"profiles": {
|
|
|
|
|
// "dotnet": {
|
|
|
|
|
// "commandName": "Project",
|
|
|
|
|
// "launchBrowser": true,
|
|
|
|
|
// "launchUrl": "swagger",
|
|
|
|
|
// "environmentVariables": {
|
|
|
|
|
// "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
// },
|
|
|
|
|
// "dotnetRunMessages": true,
|
|
|
|
|
// "applicationUrl": "https://localhost:7188;http://localhost:5090"
|
|
|
|
|
// },
|
|
|
|
|
"http": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
},
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"applicationUrl": "http://localhost:5090"
|
2023-03-13 12:29:56 +07:00
|
|
|
},
|
2026-03-24 13:42:59 +07:00
|
|
|
"https": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
},
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"applicationUrl": "https://localhost:7188;http://localhost:5090"
|
|
|
|
|
},
|
|
|
|
|
"IIS Express": {
|
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"Docker": {
|
|
|
|
|
"commandName": "Docker",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
|
|
|
|
"publishAllPorts": true,
|
|
|
|
|
"useSSL": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
"iisExpress": {
|
|
|
|
|
"applicationUrl": "http://localhost:19646",
|
|
|
|
|
"sslPort": 44381
|
2023-03-13 12:29:56 +07:00
|
|
|
}
|
2026-03-24 13:42:59 +07:00
|
|
|
}
|
|
|
|
|
}
|