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