{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "SqliteConnection": "Data Source=nexus.db" }, "Ai": { "Google": { "ApiKey": "PLACEHOLDER", "Model": "gemini-2.5-flash-lite", "MaxOutputTokens": 8192 } } }