SKIP_BASE_FIXTURES Environment Variable
The SKIP_BASE_FIXTURES environment variable controls whether base FHIR conformance resources are loaded and updated during Kodjin startup. This variable is managed by the fhir-server-api service.
By default, SKIP_BASE_FIXTURES is set to false. This means that every time the fhir-server-api service starts, base FHIR conformance resources are automatically loaded and updated in Kodjin.
Set SKIP_BASE_FIXTURES to true when you do not need to update or reload the base FHIR fixtures in Kodjin. This can help reduce startup time by skipping the fixture loading process.
Configuration
Add the following to your environment configuration to skip base fixture loading: