OpenAuth.Net/OpenAuth.Identity/Properties/launchSettings.json

13 lines
311 B
JSON
Raw Normal View History

{
"profiles": {
"IdentityServer": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": ".well-known/openid-configuration",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:12796"
}
}
}