Skip to content

Commit 49b70c8

Browse files
committed
update config
1 parent 4664858 commit 49b70c8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

config-repo/svca-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ authserver:
1111
security:
1212
oauth2:
1313
client:
14-
clientId: account-service
15-
clientSecret: ${ACCOUNT_SERVICE_PASSWORD:password}
14+
clientId: svca-service
15+
clientSecret: ${SVCA_SERVICE_PASSWORD:password}
1616
accessTokenUri: http://localhost:5000/uaa/oauth/token
1717
grant-type: client_credentials
1818
scope: server

config-repo/svcb-service.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
server:
22
port: 8070
33

4-
msg: Hello
4+
msg: Hello
5+
6+
security:
7+
oauth2:
8+
client:
9+
clientId: svcb-service
10+
clientSecret: ${SVCB_SERVICE_PASSWORD:password}
11+
accessTokenUri: http://localhost:5000/uaa/oauth/token
12+
grant-type: client_credentials
13+
scope: server

0 commit comments

Comments
 (0)