diff --git a/.gitignore b/.gitignore index 2283212..862b977 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ docker/.env !docker/.env.example !/.claude/gitea-config.json data_cache/ +config/backtest.yaml diff --git a/config/backtest.yaml b/config/backtest.yaml deleted file mode 100644 index 63eee5f..0000000 --- a/config/backtest.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Sanguo VeighNa Backtest Configuration -backtest: - max_workers: 2 - db_path: /volume1/stock/sanguo_vnpy/data/backtest_results.db - file_dir: /volume1/stock/sanguo_vnpy/data/backtest_files - -api: - host: 0.0.0.0 - port: 8000 - -auth: - username: admin - password_hash: "$2b$12$SGYJW1GKsCTSOAcnjxxV4.rs57OYnPni3YRGKUOqOPGTFHnqO1xdC" # default: admin — change on deploy - jwt_secret: "change-me-in-production" - token_expire_minutes: 60 - -pool: - max_workers: 2