We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d60322 commit 7f879edCopy full SHA for 7f879ed
config-repo/gateway.yml
@@ -13,17 +13,11 @@ ribbon:
13
ReadTimeout: 10000
14
ConnectTimeout: 10000
15
16
-authserver:
17
- hostname: auth-service
18
- port: 5000
19
- context-path: uaa
20
-
21
zuul:
22
ignoredServices: '*'
23
routes:
24
auth-service:
25
path: /uaa/**
26
- url: http://auth-service:5000
27
stripPrefix: false
28
sensitiveHeaders:
29
svca-service:
config-repo/svca-service.yml
@@ -1,4 +1,15 @@
1
server:
2
port: 8080
3
4
-name: zhangxd
+name: zhangxd
5
+
6
+authserver:
7
+ hostname: auth-service
8
+ port: 5000
9
+ contextPath: uaa
10
11
+spring:
12
+ oauth2:
+ resource:
+ userInfoUri: http://${authserver.hostname}:${authserver.port}/${authserver.contextPath}/current
+ preferTokenInfo: false
0 commit comments