{ "server": { "port": 8080, "mode": "debug", "api_key": "demo-api-key-2024" }, "database": { "host": "localhost", "port": 5432, "user": "postgres", "password": "postgres", "database": "marketdata" }, "redis": { "host": "localhost", "port": 6379, "password": "", "db": 0 }, "sources": { "stock": { "active": "tushare", "list": { "tushare": { "type": "http", "config": { "token": "", "base_url": "https://api.tushare.pro" } } } }, "futures": { "active": "tushare", "list": { "tushare": { "type": "http", "config": { "token": "", "base_url": "https://api.tushare.pro" } } } } } }