FTR
BOX_FEATURES_FTR_PULL_ENABLE
BOX_FEATURES_FTR_PULL_ENABLE
Either true
or false
. By default, false
.
It tells Aidbox whether or not it should load Concepts, ValueSets and CodeSystems into the database. Note that loading into the database is needed for concept lookups and value set expansions as well as for accessing GET /Concept
, GET /ValueSet
, GET /CodeSystem
endpoints but not for validation.
BOX_FEATURES_FTR_PULL_SYNC
BOX_FEATURES_FTR_PULL_SYNC
Either true
or false
. By default, false
.
Specifies whether or not Aidbox startup should be blocked by loading Concepts, ValueSets and CodeSystems into the database.
Used when BOX_FEATURES_FTR_PULL_ENABLE=true
.
BOX_FEATURES_FTR_BUILD__INDEX__ON__STARTUP_ENABLE
BOX_FEATURES_FTR_BUILD__INDEX__ON__STARTUP_ENABLE
Either true
or false
. By default, true
.
Specifies whether or not Aidbox should build in-memory index for concepts validation.
BOX_FEATURES_FTR_BUILD__INDEX__ON__STARTUP_SYNC
BOX_FEATURES_FTR_BUILD__INDEX__ON__STARTUP_SYNC
Either true
or false
. By default, false
.
Specifies whether or not Aidbox should be blocked by building in-memory index for concepts validation.
Used when BOX_FEATURES_FTR_BUILD__INDEX__ON__STARTUP_ENABLE=true
.
Last updated