Commit d5d81715 by Administrator

Update techhero-score-service.yml

parent 2d1aac6f
...@@ -10,4 +10,20 @@ spring: ...@@ -10,4 +10,20 @@ spring:
maximum-pool-size: 5 maximum-pool-size: 5
idle-timeout: 600000 idle-timeout: 600000
max-lifetime: 1500000 max-lifetime: 1500000
connection-test-query: select 1 connection-test-query: select 1
\ No newline at end of file redis:
host: 192.168.50.159 #119.96.87.17 #47.104.251.199
port: 6379 #6942
password: techhero #ENC(08db934a254e34b5366ff337b81532ec)
database: 14
#host: 39.108.117.105
#port: 6379
#password: xh3.1415..
#database: 2
timeout: 10000
lettuce:
pool:
max-idle: 4
min-idle: 1
max-active: 5
max-wait: 10000
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment