FHIR_SERVER_PW
Applies to
- Community
- Enterprise
Examples
Set this to the password for your FHIR server account. Prefer a deployment secret over a config file (like .env).
FHIR_SERVER_PW=<your-fhir-server-password>
Purpose
Provides the password used for authenticated FHIR server access when credentials are required.
Notes
- Prefer secret-management mechanisms in deployment environments.
- Keep this synchronized with
FHIR_SERVER_AUTH_TYPEandFHIR_SERVER_UN.