Commit 542f89bc by Administrator

Update application-dev.yml

parent 7a84eacf
...@@ -5,8 +5,8 @@ jasypt: ...@@ -5,8 +5,8 @@ jasypt:
spring: spring:
redis: redis:
remote: false #cachecloud 获取 remote: false #cachecloud 获取
host: 119.96.87.17 host: 192.168.0.114
hostName: 119.96.87.17 hostName: 192.168.0.114 #183.95.190.112
port: 6379 port: 6379
password: fcd258Kf password: fcd258Kf
timeout: 0 timeout: 0
...@@ -16,7 +16,7 @@ spring: ...@@ -16,7 +16,7 @@ spring:
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
rabbitmq: rabbitmq:
host: 119.96.87.17 host: 183.95.190.112
port: 5672 port: 5672
username: rabbit username: rabbit
password: rabbit-techhero password: rabbit-techhero
...@@ -78,14 +78,9 @@ hystrix: ...@@ -78,14 +78,9 @@ hystrix:
isolation: isolation:
semaphore: semaphore:
maxConcurrentRequests: 50 #回退线程数量 maxConcurrentRequests: 50 #回退线程数量
tomcat: tomcat:
max-connections: 500 max-connections: 500
max-threads: 30 max-threads: 30
min-spare-threads: 3 min-spare-threads: 3
accept-count: 10 accept-count: 10
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