Modules
Configure how modules are loaded and work in BoxLang
BoxLang is a modular language. Each module can have a configuration structure for usage within the language. The name of the key is the name of the module and each module config has the following keys available:
enabled
: Boolean indicator to disable or eanble the module from loading. Defaults to `true`settings
: A structure of configuration settings each module exposes
Last updated
Was this helpful?