PIbd-21_Belianin_N.N._Furni.../FurnitureAssembly/FurnitureAssemblyRestApi/Properties/launchSettings.json
2024-05-11 23:46:17 +04:00

31 lines
818 B
JSON

{
"profiles": {
"FurnitureAssemblyRestApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7199;http://localhost:5159"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:46342",
"sslPort": 44378
}
}
}