db.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. mysql:
  2. main:
  3. dbName: jianyu
  4. address: 192.168.3.14:4000
  5. userName: root
  6. password: '=PDT49#80Z!RVv52_z'
  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.128:5000
  28. - pushcache_2_a=192.168.3.128:5001
  29. - pushcache_2_b=192.168.3.128:5002
  30. - pushcache_2_c=192.168.3.128:5003
  31. es:
  32. addr: http://192.168.3.241:9205,http://192.168.3.149:9200
  33. size: 5
  34. version: v7
  35. userName: ""
  36. password: ""
  37. mongo:
  38. main:
  39. dbName: qfw
  40. size: 5
  41. address: 192.168.3.206:27080
  42. bidding:
  43. address: 192.168.3.206:27002
  44. size: 5
  45. dbName: qfw_data
  46. collection: bidding
  47. collectionChange: bidding_back
  48. userName: jyDevGroup
  49. password: jy@DevGroup
  50. mgoLog:
  51. address: 192.168.3.206:27090
  52. size: 5
  53. dbName: qfw
  54. userName: admin
  55. password: '123456'