Zen Configuration
Configure Aidbox using environment variables and Zen
This feature is in alpha. It may change in backward-incompatible way in the future.
aidbox/config
schema lists available Zen configuration options with descriptionsOpen Profiles in Aidbox UI. Navigate to
aidbox/config
schema.
To set a configuration option set a corresponding environment variable prefixed with
box_
. Path elements are separated with underscore (_
), dashes (-
) are replaced with double underscore (__
)To set the
rest-search
value of the features.graphql.access-control
option use the box_features_graphql_access__control
environment variable:box_features_graphql_access__control=rest-search
Aidbox exits when encounters major Zen schema errors.
You can disable this behavior by enabling Zen dev mode:
AIDBOX_ZEN_DEV_MODE=true
Last modified 19d ago