We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6566cc3 commit 6b02789Copy full SHA for 6b02789
lambdas/backend/src/service/fhir_service.py
@@ -66,7 +66,7 @@ def get_service_url(
66
if not service_base_path:
67
service_base_path = "immunisation-fhir-api/FHIR/R4"
68
69
- non_prod = ["internal-dev", "int", "sandbox"]
+ non_prod = ["internal-dev", "internal-qa", "int", "sandbox"]
70
if service_env in non_prod:
71
subdomain = f"{service_env}."
72
elif service_env == "prod":
0 commit comments