diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/HapiProperties.java b/src/main/java/ca/uhn/fhir/jpa/starter/HapiProperties.java index 5be55f4..4446d30 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/HapiProperties.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/HapiProperties.java @@ -138,6 +138,7 @@ public class HapiProperties { if (overrideProps != null) { properties.putAll(overrideProps); } + properties.putAll(System.getenv()); return properties; }