db.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. mysql:
  2. main:
  3. dbName: jianyu
  4. address: 172.20.45.129:4000
  5. userName: jianyu
  6. password: Topnet123
  7. maxOpenConns: 5
  8. maxIdleConns: 5
  9. base:
  10. dbName: base_service
  11. address: 172.20.45.129:4000
  12. userName: root
  13. password: =PDT49#80Z!RVv52_z
  14. maxOpenConns: 5
  15. maxIdleConns: 5
  16. biService:
  17. dbName: bi_service
  18. address: 172.20.45.129:4000
  19. userName: root
  20. password: =PDT49#80Z!RVv52_z
  21. maxOpenConns: 5
  22. maxIdleConns: 5
  23. redis:
  24. addr:
  25. - other=172.20.45.129:1712
  26. - newother=172.20.45.129:1712
  27. - poly=172.20.45.129:1712
  28. es:
  29. addr: http://172.20.45.129:9206,http://172.20.45.130:9306
  30. size: 30
  31. version: v7
  32. userName:
  33. password:
  34. mongo:
  35. main:
  36. dbName: qfw
  37. size: 5
  38. address: 172.20.45.129:27002,172.20.45.130:27080
  39. bidding:
  40. address: 172.20.45.129:27002,172.20.45.130:27080
  41. size: 5
  42. dbName: qfw_data
  43. collection: bidding
  44. collectionChange: bidding_back
  45. userName: ""
  46. password: ""
  47. mgoLog:
  48. address: 192.168.3.206:27090
  49. size: 5
  50. dbName: qfw
  51. userName: admin
  52. password: "123456"
  53. esNoLogin:
  54. addr: http://172.20.45.129:9206,http://172.20.45.130:9306
  55. size: 50
  56. version: v7
  57. userName:
  58. password:
  59. index: bidding_free
  60. type: bidding_free
  61. esFree:
  62. addr: http://172.20.45.129:9206,http://172.20.45.130:9306
  63. size: 50
  64. version: v7
  65. userName:
  66. password:
  67. index: bidding_free
  68. type: bidding_free