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