{ "server": { "port": 8080, "mode": "debug", "api_key": "demo-api-key-2024" }, "database": { "host": "localhost", "port": 3306, "user": "root", "password": "1qazse42W3", "database": "marketdata" }, "redis": { "host": "localhost", "port": 6379, "password": "", "db": 0 }, "sources": { "stock": { "active": "akshare", "list": { "akshare": { "type": "http", "config": { "timeout": "30" } } } }, "futures": { "active": "akshare", "list": { "akshare": { "type": "http", "config": { "timeout": "30" } } } } } }