system-config.json 246 B

1234567891011121314
  1. {
  2. "system": {
  3. "name": "PacificaWashTradingSystem",
  4. "version": "1.0.0",
  5. "environment": "development",
  6. "logLevel": "info",
  7. "timezone": "Asia/Shanghai"
  8. },
  9. "defaults": {
  10. "symbol": "BTC-PERP",
  11. "maxSessions": 2
  12. }
  13. }