Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
techhero-framework-config
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
techhero-framework-config
Commits
567132e1
Commit
567132e1
authored
Oct 24, 2022
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update techhero-framework-oauth-local.yml
parent
c40759d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
techhero-framework-oauth-local.yml
+9
-5
No files found.
techhero-framework-oauth-local.yml
View file @
567132e1
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment