Files
2026-06-10 20:39:52 +02:00

26 lines
439 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": ""
},
"Jwt": {
"Secret": "",
"Issuer": "CalendarReminder",
"Audience": "CalendarReminderUsers"
},
"Email": {
"Host": "smtp.gmail.com",
"Port": 587,
"Username": "",
"Password": "",
"From": "",
"UseSsl": false
}
}