From bea4d471aaa1d4370ed79bb3615054c2be5b18c3 Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Mon, 4 Jul 2022 14:54:49 +0200 Subject: [PATCH] removed wrong and duplicated config entry `daoconfig_client_id_strategy`does not resolve and is a duplicate of `client_id_strategy` --- src/main/resources/application.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 9492327..8a18d87 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -102,7 +102,6 @@ hapi: # enforce_referential_integrity_on_write: false # etag_support_enabled: true # expunge_enabled: true - # daoconfig_client_id_strategy: null # client_id_strategy: ALPHANUMERIC # fhirpath_interceptor_enabled: false # filter_search_enabled: true