db.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. mysql:
  2. main:
  3. dbName: jianyu
  4. address: 192.168.3.149:3306
  5. userName: root
  6. password: Topnet123
  7. maxOpenConns: 5
  8. maxIdleConns: 5
  9. baseService:
  10. dbName: base_service
  11. address: 192.168.3.14:4000
  12. userName: root
  13. password: '=PDT49#80Z!RVv52_z'
  14. maxOpenConns: 5
  15. maxIdleConns: 5
  16. globalCommonData:
  17. dbName: global_common_data
  18. address: 192.168.3.14:4000
  19. userName: root
  20. password: '=PDT49#80Z!RVv52_z'
  21. maxOpenConns: 5
  22. maxIdleConns: 5
  23. redis:
  24. addr:
  25. - other=192.168.3.149:1712
  26. - push=192.168.3.149:1712
  27. - pushcache_1=192.168.3.149:1712
  28. - pushcache_2_a=192.168.3.149:1712
  29. - pushcache_2_b=192.168.3.149:1712
  30. es:
  31. addr: http://192.168.3.241:9205
  32. size: 5
  33. version: v7
  34. userName: ""
  35. password: ""
  36. mongo:
  37. main:
  38. dbName: qfw
  39. size: 5
  40. address: 192.168.3.206:27080
  41. bidding:
  42. address: 192.168.3.206:27001,192.168.3.206:27002
  43. size: 5
  44. dbName: qfw_data
  45. collection: bidding
  46. collectionChange: bidding_back
  47. userName: jyDevGroup
  48. password: jy@DevGroup
  49. mgoLog:
  50. address: 192.168.3.206:27090
  51. size: 5
  52. dbName: qfw
  53. userName: admin
  54. password: '123456'