Skip to content

Commit 9e2fb8e

Browse files
committed
Sync config
1 parent 8667638 commit 9e2fb8e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

services/common/config/rs-server.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ external_data_sources:
172172
authentication:
173173
token_url: http://127.0.0.1:5007/oauth2/token
174174
authorization: Basic test
175-
s2a:
176-
domain: mockup-prip-s2a.processing.svc.cluster.local
175+
s2b:
176+
domain: mockup-prip-s2b.processing.svc.cluster.local
177177
service:
178178
name: prip
179179
url: http://127.0.0.1:5008

services/common/config/rs-server.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ external_data_sources:
244244
client_secret: client_secret
245245
authorization: Basic test
246246
s1a:
247-
domain: mockup-station-prip-s1a.processing.svc.cluster.local
247+
domain: mockup-prip-s1a.processing.svc.cluster.local
248248
service:
249249
name: prip
250-
url: http://127.0.0.1:5000
250+
url: http://127.0.0.1:5007
251251
authentication:
252252
auth_type: oauth2
253-
token_url: http://127.0.0.1:5000/oauth2/token
253+
token_url: http://127.0.0.1:5007/oauth2/token
254254
grant_type: password
255255
scope: null
256256
username: test
@@ -259,13 +259,13 @@ external_data_sources:
259259
client_secret: client_secret
260260
authorization: Basic test
261261
s2b:
262-
domain: mockup-station-prip-s2b.processing.svc.cluster.local
262+
domain: mockup-prip-s2b.processing.svc.cluster.local
263263
service:
264264
name: prip
265-
url: http://127.0.0.1:5000
265+
url: http://127.0.0.1:5008
266266
authentication:
267267
auth_type: oauth2
268-
token_url: http://127.0.0.1:5000/oauth2/token
268+
token_url: http://127.0.0.1:5008/oauth2/token
269269
grant_type: password
270270
scope: null
271271
username: test

0 commit comments

Comments
 (0)