19 lines
328 B
JSON
19 lines
328 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Smtp": {
|
|
"Host": "",
|
|
"Port": 587,
|
|
"Username": "",
|
|
"Password": "",
|
|
"FromAddress": "",
|
|
"FromName": "Author Buddy",
|
|
"UseSsl": true,
|
|
"Enabled": false
|
|
}
|
|
}
|