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

Commit 1a03d5b

Browse files
committed
rename properties
1 parent 117ae71 commit 1a03d5b

2 files 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/TransferDataConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ public class TransferDataConfig
143143
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.timeout.connection.request:10000}")
144144
private int fttpConnectionRequestTimeout;
145145

146-
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.basic.auth.username:#{null}}")
146+
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.basicauth.username:#{null}}")
147147
private String fttpBasicAuthUsername;
148148

149-
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.basic.auth.password:#{null}}")
149+
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.basicauth.password:#{null}}")
150150
private String fttpBasicAuthPassword;
151151

152-
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.server.base:#{null}}")
152+
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.server.base.url:#{null}}")
153153
private String fttpServerBase;
154154

155155
@Value("${de.netzwerk_universitaetsmedizin.codex.fttp.api.key:#{null}}")

codex-processes-ap1-docker-test-setup/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ services:
244244
ORG_HIGHMED_DSF_FHIR_CLIENT_CERTIFICATE_PRIVATE_KEY_PASSWORD_FILE: /run/secrets/app_client_certificate_private_key.pem.password
245245
ORG_HIGHMED_DSF_FHIR_DB_URL: jdbc:postgresql://gth-fhir-db/fhir
246246
ORG_HIGHMED_DSF_FHIR_SERVER_BASE_URL: https://gth/fhir
247-
ORG_HIGHMED_DSF_FHIR_SERVER_ORGANIZATION_IDENTIFIER_VALUE: Test_GTH
248247
ORG_HIGHMED_DSF_FHIR_SERVER_USER_THUMBPRINTS: ${GTH_USER_THUMBPRINTS}
249248
ORG_HIGHMED_DSF_FHIR_SERVER_USER_THUMBPRINTS_PERMANENT_DELETE: ${GTH_USER_THUMBPRINTS_PERMANENT_DELETE}
249+
ORG_HIGHMED_DSF_FHIR_SERVER_ORGANIZATION_IDENTIFIER_VALUE: Test_GTH
250250
networks:
251251
gth-fhir-frontend:
252252
gth-fhir-backend:

0 commit comments

Comments
 (0)