application.yml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. datasource:
  2. maxActive: 30
  3. initialSize: 5
  4. maxWaitMillis: 15000
  5. minIdle: 5
  6. timeBetweenEvictionRunsMillis: 60000
  7. minEvictableIdleTimeMillis: 300000
  8. validationQuery: SELECT '1'
  9. testWhileIdle: true
  10. testOnBorrow: false
  11. testOnReturn: false
  12. es:
  13. elasticIps: http://193.112.16.187:12900,http://193.112.52.171:12900
  14. ribbon:
  15. ReadTimeout: 5000
  16. ConnectTimeout: 5000
  17. hystrix:
  18. command:
  19. default:
  20. execution:
  21. isolation:
  22. thread:
  23. timeoutInMilliseconds: 5000
  24. feign:
  25. hystrix:
  26. enabled: true
  27. ---
  28. datasource:
  29. comtika:
  30. url: '{cipher}bb7c0061544cf7e0b1a6b116346891523a017fdf7f3fd37d074f8f68c71b9604d33a80360a91373251df73d63e07d8d0e21db15bedcf43106bab0d5630675143e8eedc10cb42c384e5b9d94938260cdb4c572ac114bf24ccb595acf73eab09054d9e7931119b938118d17fdd8dd95299'
  31. username: '{cipher}17553c63ff5439d1009f9a8e807cf58534ca1a1fd7421626020ec054aaaa4776'
  32. password: '{cipher}cd465e3f43425aea2b53232de570c01bea1dd7d9a1d69b007830b291cb268d71'
  33. redis:
  34. password: '{cipher}09ad9af9991686e3ed910bfbb66b843c5804ddc6c92e5c2bf6c627b89958aecd'
  35. pool:
  36. nodes: '{cipher}0e61c37f25a970028ffba60390901f57e5167b7771d7203c47f49d019d89198558b1893d64fa4e27e965d69b1f155f99ce34df1ddc59e00d8f24ff6376be86d92f800bfdd84d837e01b77f75fb143d5fa802a1c7a0ff6d6f8865a2c8c7aa28c2540bf615962fb00598d2aa6e2d6f6523828e0542b1a488458e6c59f9babacff6'
  37. max-active: 64
  38. max-wait: 1
  39. max-idle: 8
  40. min-idle: 0
  41. timeout: 0
  42. commandTimeout: 5000
  43. testOnBorrow: false
  44. spring:
  45. rabbitmq:
  46. host: '{cipher}842f4353b5059e0ccccffdbe521806b364b64d8897c509d9d4ee4b05cb02405b'
  47. port: '{cipher}860c126b8ce1d1a61bef244d2baf84f95feaf3e115ff9ec65fc5a8426c198935'
  48. username: '{cipher}6114b94ad225c4c6f5424e34f6472b7b934ca018bfe2272af2569606f8f210fc'
  49. password: '{cipher}7a879733d10ce04aedb2032a725b3c51b057c17121c7d0631262e65edb2eaa04'
  50. profiles: prod
  51. ---
  52. datasource:
  53. comtika:
  54. url: '{cipher}bb7c0061544cf7e0b1a6b116346891523a017fdf7f3fd37d074f8f68c71b9604d33a80360a91373251df73d63e07d8d0e21db15bedcf43106bab0d5630675143e8eedc10cb42c384e5b9d94938260cdb4c572ac114bf24ccb595acf73eab09054d9e7931119b938118d17fdd8dd95299'
  55. username: '{cipher}17553c63ff5439d1009f9a8e807cf58534ca1a1fd7421626020ec054aaaa4776'
  56. password: '{cipher}cd465e3f43425aea2b53232de570c01bea1dd7d9a1d69b007830b291cb268d71'
  57. spring:
  58. rabbitmq:
  59. host: '{cipher}be3945744413ed164abdfb621458f02614017f741404cd84516018d085ec6a05'
  60. port: '{cipher}469679615bfcd2b8061a3a98c4638f5cb921bb24a450961866714793bacddfd8'
  61. username: '{cipher}4e40826c1c16051e24ff8efd47f8447c4fa5746a2ed63fdfd2be65fd087ca68c'
  62. password: '{cipher}5537277a8817d1c823ab0c5b0a44c96e470aad68a60dbed66bfd974c42b42a56'
  63. profiles: test
  64. redis:
  65. host: 193.112.52.171
  66. port: 16379
  67. timeout: 5000
  68. password: comtika2018
  69. database: 0
  70. pool:
  71. max-idle: 64
  72. min-idle: 0
  73. wait-time: -1