AIDBOX_ZEN_PATHS
AIDBOX_ZEN_PATHS
environment variable is used to specify how Aidbox loads project.url
or path
. url
is used to download Aidbox project from the remote location; path
is used to load Aidbox project from the filesystem.zip
, dir
or edn
. Note that dir
is only applicable to the path
source.zip
dir
edn
url
path
AIDBOX_ZEN_LOAD
AIDBOX_ZEN_ENTRYPOINT
environment variable specifies a zen namespace or a zen symbol. Aidbox starts reading its configuration from the entrypoint.AIDBOX_ZEN_DEV_MODE
AIDBOX_ZEN_DEV_MODE
environment variable is used to enable the hot reloading of the aidbox project.path:dir
and path:edn
in AIDBOX_ZEN_PATHS
.AIDBOX_ZEN_ENTRY
, AIDBOX_ZEN_PROJECT
, BOX_ENTRYPOINT
are deprecated. AIDBOX_ZEN_PROJECT
, AIDBOX_ZEN_ENTRY
, BOX_ENTRYPOINT
AIDBOX_ZEN_PATHS
and AIDBOX_ZEN_ENTRYPOINT
instead.AIDBOX_ZEN_PROJECT
environment variable is used to load the Aidbox project from the path specified.AIDBOX_ZEN_ENTRY
environment variable is used to specify zen project entry namespace.BOX_ENTRYPOINT
environment variable is used to specify zen entry symbol.aidbox/system
importbox/importbox
is the system entrypoint defined in the AIDBOX_ZEN_ENTRYPOINT
variable, the files described in the :files
field are located inside the zen project defined in the variable AIDBOX_ZEN_PATHS
.:files
- which ndjson.gz
files will be imported at system startup. These files must be located inside the zen project described in the variable AIDBOX_ZEN_PATHS
.:resources
- in-place resources definitions that will be imported at system startup.:resources
are imported sequentially, so make sure you don't break referential integrity.