ComputerHardwareStore_YouAr.../ComputerHardwareStore/ComputerHardwareStoreREST/Properties/launchSettings.json

14 lines
348 B
JSON
Raw Permalink Normal View History

2024-05-01 18:16:06 +04:00
{
"profiles": {
"ComputerHardwareStoreREST": {
"commandName": "Project",
"dotnetRunMessages": true,
2024-05-01 18:16:06 +04:00
"launchBrowser": true,
"launchUrl": "swagger",
2024-05-01 18:16:06 +04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:8080;http://localhost:8081"
2024-05-01 18:16:06 +04:00
}
}
}