PlanTempusApp/PlanTempus.Application/Properties/launchSettings.json

12 lines
295 B
JSON
Raw Permalink Normal View History

2026-01-10 20:39:17 +01:00
{
"profiles": {
"PlanTempus.Application": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55726;http://localhost:55727"
}
}
}