identificationOfCultivatedL.../OpenAuth.Identity/Properties/launchSettings.json

13 lines
311 B
JSON
Raw Normal View History

2026-02-04 10:30:49 +08:00
{
"profiles": {
"IdentityServer": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": ".well-known/openid-configuration",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:12796"
}
}
}