{% extends "base.html" %} {% block title %}Proxy Settings - {{ site_name }}{% endblock %} {% block content %}

Proxy Settings

FHIR Server URL

Current FHIR Server: {{ fhir_server_url }}

Editing the FHIR server URL requires environment variable changes. Please update FHIR_SERVER_URL in your .env file and restart the application.

Back to Home
{% endblock %}