lanlingxian_ziranziyuanhegu.../OpenAuth.Identity/Properties/launchSettings.json

13 lines
311 B
JSON
Raw Normal View History

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