Skip to content

Commit 7df2808

Browse files
Add a default value for externalConfigurationServiceUrl in application.yml (#346)
* Add a default value for `externalConfigurationServiceUrl` in `application.yml` as this is validated as required and the local environment will not start correctly without it.
1 parent cf32cfc commit 7df2808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ soap:
2727
itk:
2828
odsCodes: ${PEM111_ITK_ODS_CODE_LIST:}
2929
dosIds: ${PEM111_ITK_DOS_ID_LIST:}
30-
externalConfigurationServiceUrl: ${PEM111_ITK_EXTERNAL_CONFIGURATION_URL:}
30+
externalConfigurationServiceUrl: ${PEM111_ITK_EXTERNAL_CONFIGURATION_URL:http://localhost:8110/configuration/ods-dos}
3131
fetchIntervalMinutes: ${PEM111_ITK_FETCH_INTERVAL_MIN:5}
3232

3333
version: ${PEM111_VERSION:1.0.3}

0 commit comments

Comments
 (0)