12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- datasource:
- maxActive: 30
- initialSize: 5
- maxWaitMillis: 15000
- minIdle: 5
- timeBetweenEvictionRunsMillis: 60000
- minEvictableIdleTimeMillis: 300000
- validationQuery: SELECT '1'
- testWhileIdle: true
- testOnBorrow: false
- testOnReturn: false
- es:
- elasticIps: http://193.112.16.187:12900,http://193.112.52.171:12900
- ribbon:
- ReadTimeout: 5000
- ConnectTimeout: 5000
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMilliseconds: 5000
- feign:
- hystrix:
- enabled: true
- ---
- datasource:
- comtika:
- #url: '{cipher}bb7c0061544cf7e0b1a6b116346891523a017fdf7f3fd37d074f8f68c71b9604d33a80360a91373251df73d63e07d8d0e21db15bedcf43106bab0d5630675143e8eedc10cb42c384e5b9d94938260cdb4c572ac114bf24ccb595acf73eab09054d9e7931119b938118d17fdd8dd95299'
- #username: '{cipher}17553c63ff5439d1009f9a8e807cf58534ca1a1fd7421626020ec054aaaa4776'
- #password: '{cipher}cd465e3f43425aea2b53232de570c01bea1dd7d9a1d69b007830b291cb268d71'
- url: '{cipher}7bb44fa4767a75a8dd38f6032e4f4ae99ccbd167739cb69acbedad1d64d0db7f7295947f46f9d5f7b5a9de038ad050600b32bf76706c083c44ca1ab9c9bd06eff5f53159536afad254aece8c0ab5cbda89b649bf5d90f3abed4cabeeffece45ff5afc9b97c2260e6e5359ead7069d686'
- username: '{cipher}378d956408c518246acff5133fffe7776f76b6df21e1ec30b18b0e3b9586b350'
- password: '{cipher}9dc82245667c82f9eebd377eff97b9550e5f0c54cabf66ea3a7fb762d9db5592'
- redis:
- password: '{cipher}09ad9af9991686e3ed910bfbb66b843c5804ddc6c92e5c2bf6c627b89958aecd'
- pool:
- nodes: '{cipher}0e61c37f25a970028ffba60390901f57e5167b7771d7203c47f49d019d89198558b1893d64fa4e27e965d69b1f155f99ce34df1ddc59e00d8f24ff6376be86d92f800bfdd84d837e01b77f75fb143d5fa802a1c7a0ff6d6f8865a2c8c7aa28c2540bf615962fb00598d2aa6e2d6f6523828e0542b1a488458e6c59f9babacff6'
- max-active: 64
- max-wait: 1
- max-idle: 8
- min-idle: 0
- timeout: 0
- commandTimeout: 5000
- testOnBorrow: false
- spring:
- rabbitmq:
- host: '{cipher}842f4353b5059e0ccccffdbe521806b364b64d8897c509d9d4ee4b05cb02405b'
- port: '{cipher}860c126b8ce1d1a61bef244d2baf84f95feaf3e115ff9ec65fc5a8426c198935'
- username: '{cipher}6114b94ad225c4c6f5424e34f6472b7b934ca018bfe2272af2569606f8f210fc'
- password: '{cipher}7a879733d10ce04aedb2032a725b3c51b057c17121c7d0631262e65edb2eaa04'
- profiles: prod
- ---
- datasource:
- comtika:
- url: '{cipher}bb7c0061544cf7e0b1a6b116346891523a017fdf7f3fd37d074f8f68c71b9604d33a80360a91373251df73d63e07d8d0e21db15bedcf43106bab0d5630675143e8eedc10cb42c384e5b9d94938260cdb4c572ac114bf24ccb595acf73eab09054d9e7931119b938118d17fdd8dd95299'
- username: '{cipher}17553c63ff5439d1009f9a8e807cf58534ca1a1fd7421626020ec054aaaa4776'
- password: '{cipher}cd465e3f43425aea2b53232de570c01bea1dd7d9a1d69b007830b291cb268d71'
- spring:
- rabbitmq:
- host: '{cipher}be3945744413ed164abdfb621458f02614017f741404cd84516018d085ec6a05'
- port: '{cipher}469679615bfcd2b8061a3a98c4638f5cb921bb24a450961866714793bacddfd8'
- username: '{cipher}4e40826c1c16051e24ff8efd47f8447c4fa5746a2ed63fdfd2be65fd087ca68c'
- password: '{cipher}5537277a8817d1c823ab0c5b0a44c96e470aad68a60dbed66bfd974c42b42a56'
- profiles: test
- redis:
- host: 193.112.52.171
- port: 16379
- timeout: 5000
- password: comtika2018
- database: 0
- pool:
- max-idle: 64
- min-idle: 0
- wait-time: -1
|