Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created April 14, 2021 18:50
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/571663b616f64a224fb2488004d3a369 to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/571663b616f64a224fb2488004d3a369 to your computer and use it in GitHub Desktop.
appsettings.json for transformation example
{
"Mode": "default",
"MailFeature": [
{
"Type": "Marketing",
"From": "marketing@company.com",
"Subject": "Do you know about the latest offer?"
},
{
"Type": "AccountVerification",
"From": "users@company.com",
"Subject": "Please verify the account by clicking on link."
},
{
"Type": "OrderPlaced",
"From": "orders@company.com",
"Subject": "Please verify the account by clicking on link."
}
],
"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