configure
Configures the application environment using the provided configuration file paths.
If no paths are provided, the default configuration is loaded. If one path is provided, the corresponding configuration file is loaded. If multiple paths are provided, the configurations are merged in the given order.
Parameters
configPaths
Optional paths to configuration files.
Configures the application environment builder by merging the provided configurations.
Parameters
configs
A variable number of ApplicationConfig instances to be merged and set as the builder's configuration.