Advertisement
Guest User

Untitled

a guest
Nov 10th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # testing configuration
  2. logging.config: classpath:logback-dragon.xml
  3.  
  4. # service center
  5. wanwu.service:
  6. center:
  7. address: 58.215.180.234:2181,58.215.180.233:2181
  8. application: test-wanwu
  9. export:
  10. host: ${dragon.ip}
  11.  
  12. # redis
  13. wanwu.redis:
  14. sentinels: 115.238.171.182:26379,115.238.171.182:26380,115.238.171.182:26381
  15. master: yomaster
  16. timeout: 1000
  17. database: 2
  18. pool:
  19. testWhileIdle: true
  20. minEvictableIdleTimeMillis: 60000
  21. timeBetweenEvictionRunsMillis: 30000
  22. numTestsPerEvictionRun: -1
  23. maxTotal: 16
  24. maxWaitMillis: 3000
  25.  
  26. # rabbitmq
  27. wanwu.rabbitmq:
  28. addresses: 10.20.48.52:5672
  29. username: yo
  30. password: yoservicemq
  31. cache.channel.size: 5
  32. virtualHost: wanwu
  33. fastOrderQuque: wanwu_fastorder_queue
  34.  
  35. wanwu.fastOrder:
  36. tempFastOrder.item.exMills.reject: 60000
  37. tempFastOrder.item.exSeconds.delete: 1200
  38. tempFastOrder.list.exSeconds.delete: 600
  39.  
  40. # Relation Server
  41. wanwu.rlsvr:
  42. ip: 115.238.171.182
  43. port: 8888
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement