Skip to content

Instantly share code, notes, and snippets.

@beachside-project
Last active March 29, 2021 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beachside-project/af5ddf81d27030e957cfe8596cc5395d to your computer and use it in GitHub Desktop.
Save beachside-project/af5ddf81d27030e957cfe8596cc5395d to your computer and use it in GitHub Desktop.
OptionsPatternSamples - appsettings.json
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AzureAdOptions": {
"TenantId": "<input your tenant id>",
"ClientId": "<input your client id>",
"ClientSecret": "<input your client secret>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment