setEnv

inline fun <E> setEnv(env: Pair<String, E>): BaseConfigBuilder

Sets or replaces an environment variable with a specified URI key in the current configuration.

Return

This BaseConfigBuilder instance for chaining calls.

Parameters

env

A Pair of the URI key and the WrapEnv or serializable Env class instance to set.