Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created April 21, 2021 15:40
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 manoj-choudhari-git/ad88a30d05a555e061f8703e8c9c6267 to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/ad88a30d05a555e061f8703e8c9c6267 to your computer and use it in GitHub Desktop.
App settings for demonstrating IOptionsMonitor
{
"MailFeatureOptions": {
"IsEnabled": true,
"SmtpServer": "some-dns.smtp.local",
"FromEmailAddress": "no-reply@mysite.com",
"Subject": "Exciting Offers For Exclusively For You"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment