Files
WWW/Properties/launchSettings.json
Arseny Ahtamov efd82207dd
All checks were successful
Deploy via SSH (rsync) / deploy (push) Successful in 17s
Update www.sln
2026-01-14 22:54:50 +07:00

12 lines
265 B
JSON

{
"profiles": {
"WWW": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:53001;http://localhost:53002"
}
}
}