We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc4def commit c620a0bCopy full SHA for c620a0b
src/main/resources/application-dev.yaml
@@ -176,6 +176,11 @@ containers:
176
- 13226
177
ocrValidationUrl: ${OCR_VALIDATION_URL_NFD}
178
paymentsEnabled: ${PAYMENTS_ENABLED_NFD:false}
179
+ - container: sscs-ibca
180
+ jurisdiction: SSCS
181
+ poBoxes:
182
+ - 13618
183
+ ocrValidationUrl: ${OCR_VALIDATION_URL_SSCS}
184
185
# clients region
186
src/main/resources/application.yaml
@@ -193,6 +193,11 @@ containers:
193
194
195
196
197
198
199
200
201
202
203
0 commit comments