{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Host=postgres;Database=svrnty;Username=postgres;Password=postgres;Include Error Detail=true" }, "Ollama": { "BaseUrl": "http://ollama:11434", "Model": "qwen2.5-coder:7b" }, "Langfuse": { "PublicKey": "", "SecretKey": "", "OtlpEndpoint": "http://langfuse:3000/api/public/otel/v1/traces" }, "Kestrel": { "Endpoints": { "Grpc": { "Url": "http://0.0.0.0:6000", "Protocols": "Http2" }, "Http": { "Url": "http://0.0.0.0:6001", "Protocols": "Http1" } } } }