AuthorBuddy/appsettings.json
2026-06-21 07:52:03 +02:00

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
}
}