AuthorizationServerDemos/CSharp/OidcSamples/OidcSamples.AuthorizationServer/Properties/launchSettings.json

12 lines
247 B
JSON

{
"profiles": {
"SelfHost": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:10000"
}
}
}