{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "Sqlite": "Data Source=test_db", "PostgresSql": "placeholder" }, "JwtBearerAuthOptions": { "Authority": "placeholder", "Audience": "" }, "DatabaseProvider": "Sqlite", "AllowedHosts": "*" }