Package ortus.boxlang.runtime.config.segments


package ortus.boxlang.runtime.config.segments
  • Class
    Description
    A BoxLang cache configuration This is a configuration segment for a cache engine The default name is 'default' The default provider is 'BoxCacheProvider' The default properties are based on the DEFAULTS struct
    A BoxLang datasource configuration.
    A BoxLang Executor Configuration Segment
    Each configuration segment is a part of the configuration file that is responsible for a specific part of the configuration.
    A default configuration for a logger.
    The BoxLang LoggingConfig class is a configuration segment that is used to define the logging settings for the BoxLang runtime.
    A BoxLang module configuration from the boxlang.json This is a configuration segment for a module Each module configuration has the following properties: - name: The name of the module - enabled: Whether the module is enabled or not - settings: The settings for the module as a struct
    This config segment is used to configure the scheduler settings for the BoxLang runtime.
    The SecurityConfig class is a configuration segment that is used to define the security settings for the BoxLang runtime.