2024-05-08 11:24:46 +04:00
|
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
"iisExpress": {
|
2024-05-13 23:32:57 +04:00
|
|
|
|
"applicationUrl": "http://localhost:58290",
|
|
|
|
|
"sslPort": 44387
|
2024-05-08 11:24:46 +04:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"profiles": {
|
|
|
|
|
"FurnitureAssemblyRestApi": {
|
|
|
|
|
"commandName": "Project",
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "swagger",
|
2024-05-13 23:32:57 +04:00
|
|
|
|
"applicationUrl": "https://localhost:7266;http://localhost:5266",
|
2024-05-08 11:24:46 +04:00
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"IIS Express": {
|
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|