OpenAuth.Net/OpenAuth.Identity/Properties/launchSettings.json
2020-10-22 14:59:36 +08:00

13 lines
311 B
JSON

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