Files
simpleidp/Properties/launchSettings.json
2025-08-19 16:58:51 +02:00

12 lines
271 B
JSON

{
"profiles": {
"SimpleIdp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:65455;http://localhost:65456"
}
}
}