Duriin-API/config.json

59 lines
1.2 KiB
JSON

{
"server": {
"port": 3001,
"host": "0.0.0.0"
},
"database": {
"path": "./archive.sqlite"
},
"sec": {
"userAgent": "Augor benjamin.watt@imbenji.net",
"tickers": []
},
"alphaVantage": {
"apiKey": "KJ68ZQEW0PF524UA",
"tickers": []
},
"finnhub": {
"apiKey": "d7gg0h1r01qmqj4573sgd7gg0h1r01qmqj4573t0",
"tickers": []
},
"openRouter": {
"apiKey": "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"
},
"gdelt": {
"source": "api",
"mode": "ArtList",
"maxRecords": 100,
"format": "json",
"windowDays": 7,
"lookbackWeeks": 312,
"requestDelayMs": 6500,
"maxWindowsPerRun": 4,
"bigQueryProject": "duriin",
"bigQueryKeyFile": "./gdelt-credentials.json"
},
"scheduler": {
"rss": "5 * * * *",
"gdelt": "10 * * * *",
"edgar": "15 * * * *",
"alphaVantage": "20 * * * *",
"finnhub": "25 * * * *",
"googleNews": "0 * * * *"
},
"contentBackfill": {
"cron": "0 * * * *",
"batchSize": -1
},
"googleNews": {
"queries": [
"technology"
],
"topics": [
"BUSINESS",
"TECHNOLOGY"
],
"language": "en",
"country": "US"
}
}