Skip to content

Commit 3faff0e

Browse files
authored
FACT-2181 removed config for ibca (#3386)
1 parent d16a6bc commit 3faff0e

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/main/resources/application-dev.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ containers:
177177
- 13226
178178
ocrValidationUrl: ${OCR_VALIDATION_URL_NFD}
179179
paymentsEnabled: ${PAYMENTS_ENABLED_NFD:false}
180-
- container: sscs-ibca
181-
jurisdiction: SSCS
182-
poBoxes:
183-
- 13618
184-
ocrValidationUrl: ${OCR_VALIDATION_URL_SSCS}
185180

186181
# clients region
187182

src/main/resources/application.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ accesstoken:
112112
serviceConfig:
113113
- serviceName: sscs
114114
validity: ${SAS_TOKEN_VALIDITY:300} #In seconds
115-
- serviceName: sscs-ibca
116-
validity: ${SAS_TOKEN_VALIDITY:300} #In seconds
117115
- serviceName: bulkscan
118116
validity: ${SAS_TOKEN_VALIDITY:300} #In seconds
119117
- serviceName: bulkscanauto
@@ -196,11 +194,6 @@ containers:
196194
- 13226
197195
ocrValidationUrl: ${OCR_VALIDATION_URL_NFD}
198196
paymentsEnabled: ${PAYMENTS_ENABLED_NFD:false}
199-
- container: sscs-ibca
200-
jurisdiction: SSCS
201-
poBoxes:
202-
- 13618
203-
ocrValidationUrl: ${OCR_VALIDATION_URL_SSCS}
204197

205198
# clients region
206199

0 commit comments

Comments
 (0)