FTR
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.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
.Either
true
or false
. By default, true
.Specifies whether or not Aidbox should build in-memory index for concepts validation.
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 modified 28d ago