stock-bot/apps/stock/data-ingestion/src/handlers/te/shared/config.ts
2025-07-05 10:24:32 -04:00

6 lines
No EOL
183 B
TypeScript

export const TE_CONFIG = {
// Add configuration constants here
API_URL: 'https://api.example.com',
REQUEST_TIMEOUT: 30000,
KEY: 'tradingeconomics-charts-core-api-key',
};