addEnv

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

Adds an environment variable with a specified URI key to 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 add.