From 83d881aac6109dd61c60e2ec1c9973f04568f291 Mon Sep 17 00:00:00 2001 From: Vanessa Fotso Date: Tue, 18 Feb 2025 10:43:50 -0500 Subject: [PATCH] add inferno host to template Signed-off-by: Vanessa Fotso --- lib/inferno/apps/cli/templates/.env.development | 1 + lib/inferno/apps/cli/templates/.env.production | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/inferno/apps/cli/templates/.env.development b/lib/inferno/apps/cli/templates/.env.development index 38b28b344..ff94bd7ed 100644 --- a/lib/inferno/apps/cli/templates/.env.development +++ b/lib/inferno/apps/cli/templates/.env.development @@ -1,3 +1,4 @@ FHIR_RESOURCE_VALIDATOR_URL=http://localhost/hl7validatorapi REDIS_URL=redis://localhost:6379/0 FHIRPATH_URL=http://localhost/fhirpath +INFERNO_HOST=http://localhost:4567 diff --git a/lib/inferno/apps/cli/templates/.env.production b/lib/inferno/apps/cli/templates/.env.production index 727c9ae4c..afb38e784 100644 --- a/lib/inferno/apps/cli/templates/.env.production +++ b/lib/inferno/apps/cli/templates/.env.production @@ -1,3 +1,4 @@ REDIS_URL=redis://redis:6379/0 FHIR_RESOURCE_VALIDATOR_URL=http://hl7_validator_service:3500 FHIRPATH_URL=http://fhirpath:6789 +INFERNO_HOST=http://localhost