configure

fun configure(vararg configPaths: String, overrides: MutableMap<String, String>.() -> Unit? = null)(source)

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.

Report a problem

Parameters

configPaths

Optional paths to configuration files.