Skip to content

Commit

Permalink
add comment where ELEXIS_SERVER_REST_INTERFACE_URL could come from
Browse files Browse the repository at this point in the history
  • Loading branch information
huthomas committed Aug 28, 2023
1 parent 190f79e commit 3f2a8d9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f2a8d9

Please sign in to comment.