pm.cfg 644 B

1234567891011121314151617181920
  1. [portfolio_monitor]
  2. name: 'portfolio_monitor'
  3. bootstrap_host: 'localhost'
  4. bootstrap_port: 9092
  5. redis_host: 'localhost'
  6. redis_port: 8379
  7. redis_db: 2
  8. tws_host: 'localhost'
  9. group_id: 'PM'
  10. session_timeout_ms: 10000
  11. clear_offsets: False
  12. logconfig: {'level': logging.INFO, 'filemode': 'w', 'filename': '/tmp/pm.log'}
  13. topics: ['position', 'positionEnd', 'tickPrice', 'execDetails', 'update_portfolio_account', 'event_tm_request_table_structure', 'event_request_port_summary', AbstractTableModel.EVENT_TM_TABLE_STRUCTURE_CHANGED]
  14. seek_to_end: ['*']
  15. webconsole.host: '0.0.0.0'
  16. webconsole.port:6001
  17. webconsole.debug: True
  18. webconsole.auto_reload: False