Skip to content

Commit b35bee8

Browse files
committed
remove now obsolete FCE_CONVERTER_URL
1 parent e18b39c commit b35bee8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/fhir_server/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ def __init__(self, **custom_settings):
1515
BASE_URL=os.getenv("BASE_URL", "http://devbox:8080/fhir"),
1616
AUTH_TOKEN=os.getenv("AUTH_TOKEN"),
1717
FHIRPATH_MAPPING_SERVICE=os.getenv("FHIRPATH_MAPPING_SERVICE"),
18-
FCE_CONVERTER_URL=os.getenv("FCE_CONVERTER_URL"),
1918
)

0 commit comments

Comments
 (0)