{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Warning" } }, "ConnectionStrings": { "DefaultConnection": "Host=localhost;Database=svrnty;Username=postgres;Password=postgres;Include Error Detail=true" }, "Ollama": { "BaseUrl": "http://localhost:11434", "Model": "qwen2.5-coder:7b" }, "Langfuse": { "BaseUrl": "http://localhost:3000", "PublicKey": "pk-lf-4bf8a737-30d0-4c70-ae61-fbc6d3e5d028", "SecretKey": "sk-lf-dbcb06e1-a172-40d9-9df2-f1e1ee1ced7a" }, "Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:6001", "Protocols": "Http1" } } } }