{ "duriin_db": "./archive.sqlite", "intelligence_db": "./intelligence.sqlite", "workers": { "relevanceBatchSize": 50, "relevanceLoopDelayMs": 2000, "extractionLoopDelayMs": 1000, "consolidationLoopDelayMs": 60000 }, "server": { "port": 3001, "host": "0.0.0.0" }, "admin": { "username": "admin", "password": "" }, "database": { "type": "sqlite", "path": "./archive.sqlite", "postgres": { "connectionString": "" } }, "sec": { "userAgent": "", "tickers": [] }, "alphaVantage": { "apiKey": "", "tickers": [] }, "finnhub": { "apiKey": "", "tickers": [] }, "openRouter": { "enabled": true, "apiKey": "", "embeddingModel": "qwen/qwen3-embedding-8b", "llmModel": "qwen/qwen3-235b-a22b-2507" }, "gdelt": { "source": "api", "mode": "ArtList", "maxRecords": 100, "format": "json", "windowDays": 7, "lookbackWeeks": 312, "requestDelayMs": 12000, "maxWindowsPerRun": 4, "bigQueryProject": "", "bigQueryKeyFile": "./gdelt-credentials.json" }, "scheduler": { "rss": "5 * * * *", "gdelt": "10 * * * *", "edgar": "15 * * * *", "alphaVantage": "20 * * * *", "finnhub": "25 * * * *", "googleNews": "0 * * * *" }, "contentBackfill": { "workers": 8, "perSource": 200, "batchSize": 50, "plainConcurrency": 80, "browserConcurrency": 12 }, "embeddingBackfill": { "perRound": 512, "batchSize": 256 }, "browser": { "maxConcurrentPages": 8 }, "intelligence": { "similarityThreshold": 0.5 }, "dev": { "enabled": true }, "googleNews": { "queries": [ "technology" ], "topics": [ "BUSINESS", "TECHNOLOGY" ], "language": "en", "country": "US" } }