Skip to content

Instantly share code, notes, and snippets.

@Wanchai
Created December 31, 2019 14:33
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 Wanchai/a23a8ffbaebb750297f16908eb2b0950 to your computer and use it in GitHub Desktop.
Save Wanchai/a23a8ffbaebb750297f16908eb2b0950 to your computer and use it in GitHub Desktop.
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Smtp": {
"Url": "smtp.mailtrap.io",
"Port": "465",
"Login": "CHANGE_THIS",
"Password": "CHANGE_THIS",
"From": "no-reply@mailer.com",
"FromName": "Mailer API"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment