From 3f2a8d983c26745b672de34ac117358ea7c3e84a Mon Sep 17 00:00:00 2001 From: thuster Date: Mon, 28 Aug 2023 14:19:26 +0200 Subject: [PATCH] add comment where ELEXIS_SERVER_REST_INTERFACE_URL could come from --- .../src/ch/elexis/core/services/es/ElexisServerService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/ch.elexis.core.services/src/ch/elexis/core/services/es/ElexisServerService.java b/bundles/ch.elexis.core.services/src/ch/elexis/core/services/es/ElexisServerService.java index 1c1e5cef51..92960e5728 100644 --- a/bundles/ch.elexis.core.services/src/ch/elexis/core/services/es/ElexisServerService.java +++ b/bundles/ch.elexis.core.services/src/ch/elexis/core/services/es/ElexisServerService.java @@ -112,6 +112,8 @@ public UUID getSystemUuid() { } private void initializeProperties() { + // can be set by ch.elexis.core.services.eenv.ElexisEnvironmentServiceActivator + // or ch.medelexis.application.license.internal.LicenseManager or vmargs restUrl = System.getProperty(ElexisSystemPropertyConstants.ELEXIS_SERVER_REST_INTERFACE_URL); if (StringUtils.equals(restUrl, "disconnected")) { // administratively disconnected - i.e. standalone