{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "UseInMemoryDatabase": true, "ConnectionStrings": { "SqliteConnection": "Data Source=practicecalendar.sqlite" } }