PIbd-23-Radaev-A.V.-GiftShop/GiftShop/GiftShopRestApi/Properties/launchSettings.json
Arkadiy Radaev b8c207c772 res5
2024-04-09 17:02:29 +04:00

31 lines
805 B
JSON

{
"profiles": {
"GiftShopRestApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:7100;http://localhost:5062"
},
"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": {
"applicationUrl": "http://localhost:39704",
"sslPort": 0
}
}
}