Files
MCVIngenieros.Healthchecks/Properties/launchSettings.json
2025-08-25 23:46:04 +02:00

12 lines
274 B
JSON

{
"profiles": {
"healthchecks": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:62337;http://localhost:62338"
}
}
}