PIbd-23-Radaev-A.V.-GiftShop/GiftShop/GiftShopClientApp/Properties/launchSettings.json
Arkadiy Radaev db92699469 res7
2024-05-16 10:17:58 +04:00

28 lines
687 B
JSON

{
"profiles": {
"GiftShopClientApp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7098;http://localhost:8080"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": false,
"iisExpress": {
"applicationUrl": "http://localhost:36192",
"sslPort": 44375
}
}
}