Files
ashare-data/config.example.yaml
T
2026-05-17 20:26:27 +08:00

23 lines
548 B
YAML

# MySQL 数据库连接配置(复制为 config.yaml 后填入真实值)
mysql:
host: "localhost"
port: 3306
user: "root"
password: "your_password"
database: "ashare"
charset: "utf8mb4"
# 数据抓取配置
fetch:
# 每次请求间隔(秒),避免被限流
delay: 0.5
# 失败重试次数
retry: 3
# 并发线程数;BaoStock 单源建议 1;多源轮换(baostock/sina/tencent/eastmoney)可适度提高至 2~4
workers: 1
# 通达信本地客户端配置
tdx:
# 通达信安装目录
dir: "C:\\new_tdx64"