Configuration > Environment Variables

Settable Environment Variables

Set these environment variables to override default values used. The root configuration will take precedence over environment variables, and any values set explicitly in CLI or API arguments will take precedence over both.

  • BW_PARALLEL_MAX_DEFAULT
    The default parallel max for running scripts, when no value is provided to the CLI or API arguments.
    If config.defaults.parallelMax is set in the root configuration, it will take precedence.
  • BW_SHELL_DEFAULT
    The default shell for running inline scripts, when no value is provided to the CLI or API arguments.
    If config.defaults.shell is set in the root configuration, it will take precedence.
  • BW_INCLUDE_ROOT_WORKSPACE_DEFAULT
    Whether to include the root workspace as a normal workspace.
    If config.defaults.includeRootWorkspace is set in the root configuration, it will take precedence.