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

28 lines
687 B
JSON
Raw Normal View History

2024-04-09 17:02:29 +04:00
{
"profiles": {
"GiftShopClientApp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
2024-05-16 10:17:58 +04:00
"applicationUrl": "https://localhost:7098;http://localhost:8080"
2024-04-09 17:02:29 +04:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": false,
"iisExpress": {
2024-05-16 10:17:58 +04:00
"applicationUrl": "http://localhost:36192",
"sslPort": 44375
2024-04-09 17:02:29 +04:00
}
}
}