19 lines
459 B
YAML
19 lines
459 B
YAML
# 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
|