Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
config-center
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
proudkids-pub
config-center
Commits
fd7eb6d9
Commit
fd7eb6d9
authored
Aug 21, 2018
by
张宗强
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of 60.205.210.36:proudkids-pub/config-center
parents
de8bba94
52019398
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
38 additions
and
11 deletions
+38
-11
application-dev.yml
+12
-4
application-prd.yml
+12
-3
application-test.yml
+12
-3
proudkids-gateway-dev.yml
+1
-0
proudkids-gateway-prd.yml
+1
-0
proudkids-gateway-test.yml
+0
-1
No files found.
application-dev.yml
View file @
fd7eb6d9
...
...
@@ -26,8 +26,8 @@ ribbon:
enabled
:
false
OkHttp
:
enabled
:
true
ReadTimeout
:
3
0000
ConnectTimeout
:
3
0000
ReadTimeout
:
6
0000
ConnectTimeout
:
6
0000
feign
:
hystrix
:
...
...
@@ -42,14 +42,22 @@ feign:
connectTimeout
:
30000
readTimeout
:
30000
#hystrix:
# command:
# default:
# execution:
# isolation:
# thread:
# timeoutInMilliseconds: 600000
hystrix
:
command
:
default
:
execution
:
isolation
:
timeout
:
#配置命令的执行,是否会超时
enabled
:
false
isolation
:
#命令的执行超时时间 超时将执行回退
thread
:
timeoutInMilliseconds
:
60000
#监控短点配置
management
:
security
:
...
...
application-prd.yml
View file @
fd7eb6d9
...
...
@@ -26,8 +26,8 @@ ribbon:
enabled
:
false
OkHttp
:
enabled
:
true
ReadTimeout
:
3
0000
ConnectTimeout
:
3
0000
ReadTimeout
:
6
0000
ConnectTimeout
:
6
0000
feign
:
hystrix
:
...
...
@@ -42,11 +42,20 @@ feign:
connectTimeout
:
30000
readTimeout
:
30000
#hystrix:
# command:
# default:
# execution:
# isolation:
# thread:
# timeoutInMilliseconds: 600000
hystrix
:
command
:
default
:
execution
:
isolation
:
timeout
:
#配置命令的执行,是否会超时
enabled
:
false
isolation
:
#命令的执行超时时间 超时将执行回退
thread
:
timeoutInMilliseconds
:
60000
...
...
application-test.yml
View file @
fd7eb6d9
...
...
@@ -26,8 +26,8 @@ ribbon:
enabled
:
false
OkHttp
:
enabled
:
true
ReadTimeout
:
3
0000
ConnectTimeout
:
3
0000
ReadTimeout
:
6
0000
ConnectTimeout
:
6
0000
feign
:
hystrix
:
...
...
@@ -42,11 +42,20 @@ feign:
connectTimeout
:
30000
readTimeout
:
30000
#hystrix:
# command:
# default:
# execution:
# isolation:
# thread:
# timeoutInMilliseconds: 600000
hystrix
:
command
:
default
:
execution
:
isolation
:
timeout
:
#配置命令的执行,是否会超时
enabled
:
false
isolation
:
#命令的执行超时时间 超时将执行回退
thread
:
timeoutInMilliseconds
:
60000
...
...
proudkids-gateway-dev.yml
View file @
fd7eb6d9
...
...
@@ -83,6 +83,7 @@ zuul:
quota
:
100
refresh-interval
:
3
security
:
validate
:
code
:
true
...
...
proudkids-gateway-prd.yml
View file @
fd7eb6d9
...
...
@@ -79,6 +79,7 @@ zuul:
quota
:
100
refresh-interval
:
3
security
:
validate
:
code
:
true
...
...
proudkids-gateway-test.yml
View file @
fd7eb6d9
...
...
@@ -58,7 +58,6 @@ zuul:
sensitiveHeaders
:
ratelimit
:
key-prefix
:
proudkids-ratelimite
enabled
:
true
...
...
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