LASAPlatform/OpenAuth.Identity/Properties/launchSettings.json

13 lines
311 B
JSON
Raw Permalink Normal View History

2025-04-23 09:19:29 +08:00
{
"profiles": {
"IdentityServer": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": ".well-known/openid-configuration",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:12796"
}
}
}