PIbd-23-Yunusov-N.N.-CarRep.../CarRepairShop/CarRepairShopRestApi/Properties/launchSettings.json

32 lines
818 B
JSON
Raw Normal View History

2024-04-06 19:58:28 +04:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-04-07 22:59:40 +04:00
"applicationUrl": "http://localhost:39213",
"sslPort": 44361
2024-04-06 19:58:28 +04:00
}
},
"profiles": {
"CarRepairShopRestApi": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2024-04-07 22:59:40 +04:00
"applicationUrl": "https://localhost:7189;http://localhost:5174",
2024-04-06 19:58:28 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}