AuthorBuddy/appsettings.json

20 lines
328 B
JSON
Raw Normal View History

2026-05-14 12:31:35 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2026-06-21 07:52:03 +02:00
"AllowedHosts": "*",
"Smtp": {
"Host": "",
"Port": 587,
"Username": "",
"Password": "",
"FromAddress": "",
"FromName": "Author Buddy",
"UseSsl": true,
"Enabled": false
}
2026-05-14 12:31:35 +02:00
}