Commit 6ada7d20 by Administrator

Update techhero-auth-service.yml

parent 7e78ca50
server:
tomcat:
max-threads: 500 # Maximum amount of worker threads.
min-spare-threads: 50 # Minimum amount of worker threads
# sleuth配置
spring:
zipkin:
......@@ -6,7 +10,26 @@ spring:
sleuth:
sampler:
percentage: 1
cloud:
config:
override-none: true
override-system-properties: false
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
ignore:
urls:
- /actuator/**
......
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