FHIR_SERVER_UN
Applies to
- Community
- Enterprise
Examples
Set this to the username for your FHIR server account. Only used when FHIR_SERVER_AUTH_TYPE is set to an authentication mode that requires credentials (e.g. BASIC).
FHIR_SERVER_UN=fhir-service-account
Purpose
Provides the username used for authenticated FHIR server access when credentials are required.
Notes
- Store real credentials via deployment secrets rather than config/
.envfiles. - Keep this synchronized with
FHIR_SERVER_AUTH_TYPEandFHIR_SERVER_PW.