mds.cfg 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [redis]
  2. redis.server: "localhost"
  3. redis.port: 6379
  4. redis.db: 3
  5. redis.sleep: 0.5
  6. [cep]
  7. kafka.host: 'vsu-01'
  8. kafka.port: 9092
  9. kafka.ib.topic.tick_price: 'ib_tick_price'
  10. kafka.ib.topic.tick_size: 'ib_tick_size'
  11. [alert_bot]
  12. msg_bot.jid: "robo@route69.hopto.org"
  13. msg_bot.pass: 123
  14. msg_bot.recipients: "['blueman@route69.hopto.org']"
  15. msg_bot.redis_mq: 'chatq'
  16. msg_bot.redis_prefix: 'alert_bot'
  17. #
  18. # 'filename': '../log/alert_bot.log', 'filemode': 'w',
  19. msg_bot.logconfig: "{'level': logging.INFO}"
  20. [ib_mds]
  21. ib_mds.logconfig: "{'filename': '/home/larry-13.04/workspace/finopt/log/ib_mds.log', 'filemode': 'w','level': logging.INFO}"
  22. ib_mds.ib_port: 8496
  23. #ib_mds.ib_port: 4001
  24. ib_mds.appid.id: 9800
  25. ib_mds.gateway: 'localhost'
  26. #ib_mds.gateway: '192.168.1.118'
  27. ib_mds.is_persist: 1
  28. ib_mds.persist_dir: '/home/larry-13.04/workspace/finopt/data/mds_files'
  29. ib_mds.subscription.fileloc: '/home/larry-13.04/workspace/finopt/data/subscription-hsio.txt'
  30. ib_mds.spill_over_limit: 10000
  31. [ib_heartbeat]
  32. ib_heartbeat.logconfig: "{'filename': '/home/larry-13.04/workspace/finopt/log/ib_mds.log', 'filemode': 'w','level': logging.INFO}"
  33. #ib_heartbeat.ib_port: 4001
  34. ib_heartbeat.ib_port: 8496
  35. ib_heartbeat.appid.id: 9911
  36. ib_heartbeat.gateway: 'localhost'
  37. #ib_heartbeat.gateway: '192.168.1.118'
  38. ib_heartbeat.try_interval: 90
  39. ib_heartbeat.suppress_msg_interval: 60