Commit 567132e1 by Administrator

Update techhero-framework-oauth-local.yml

parent c40759d1
...@@ -29,10 +29,14 @@ external: ...@@ -29,10 +29,14 @@ external:
feign: feign:
client: client:
config: config:
default: default: # 服务名,填写 default 为所有服务,或者指定某服务,例如:annoroad-beta
connectTimeout: 10000 connectTimeout: 10000 # 连接超时,10秒
readTimeout: 10000 readTimeout: 20000 # 读取超时,20秒
loggerLevel: basic httpclient:
enabled: false # 关闭 ApacheHttpClient
max-connections: 50 # 连接池连接最大连接数(缺省值 200)
time-to-live: 600 # 连接最大闲置时间,单位为秒,600秒==10分钟(缺省值为 900秒==15分钟)
okhttp: okhttp:
enabled: true enabled: true # 开启 okhttp
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