PIbd-23-Radaev-A.V.-GiftShop/GiftShop/GiftShopRestApi/Properties/launchSettings.json

31 lines
810 B
JSON
Raw Normal View History

2024-04-09 17:02:29 +04:00
{
"profiles": {
"GiftShopRestApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
2024-05-16 10:17:58 +04:00
"applicationUrl": "https://localhost:7175;http://localhost:5175"
2024-04-09 17:02:29 +04:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": false,
"iisExpress": {
2024-05-16 10:17:58 +04:00
"applicationUrl": "http://localhost:38846",
"sslPort": 44369
2024-04-09 17:02:29 +04:00
}
}
}