Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 55045fd

Browse files
committed
adapt properties to new naming system
1 parent f87f7cc commit 55045fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/spring/config

codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/spring/config/TransferDataConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public class TransferDataConfig
131131
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.certificate:#{null}}")
132132
private String fttpCertificate;
133133

134-
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.private.Key:#{null}}")
134+
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.private.key:#{null}}")
135135
private String fttpPrivateKey;
136136

137137
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.timeout.connect:10000}")
@@ -164,13 +164,13 @@ public class TransferDataConfig
164164
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.client.hapi.verbose:false}")
165165
private boolean fttpHapiClientVerbose;
166166

167-
@Value("${org.highmed.dsf.bpe.fhir.remote.webservice.proxy.scheme.host.port:#{null}}")
167+
@Value("${org.highmed.dsf.bpe.fhir.client.remote.proxy.url:#{null}}")
168168
private String proxySchemeHostPort;
169169

170-
@Value("${org.highmed.dsf.bpe.fhir.remote.webservice.proxy.username:#{null}}")
170+
@Value("${org.highmed.dsf.bpe.fhir.client.remote.proxy.username:#{null}}")
171171
private String proxyUsername;
172172

173-
@Value("${org.highmed.dsf.bpe.fhir.remote.webservice.proxy.password:#{null}}")
173+
@Value("${org.highmed.dsf.bpe.fhir.client.remote.proxy.password:#{null}}")
174174
private String proxyPassword;
175175

176176
@Value("${org.highmed.dsf.bpe.fhir.server.organization.identifier.value}")

0 commit comments

Comments
 (0)