Files
TakeoutSaaS.TenantApi/src/Api/TakeoutSaaS.MiniApi/Properties/launchSettings.json

12 lines
279 B
JSON

{
"profiles": {
"TakeoutSaaS.MiniApi": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:2678;http://localhost:2681"
}
}
}