AuthorizationServerDemos/CSharp/OidcSamples/OidcSamples.AuthorizationServer/Properties/launchSettings.json
2021-01-17 21:45:09 +03:00

12 lines
246 B
JSON

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