env

fun env(nested: Boolean = true): Config

Returns a child config containing values from system environment.

Return

a child config containing values from system environment

Parameters

nested

whether to treat "AA_BB_CC" as nested format "AA.BB.CC" or not. True by default.

Sources

jvm source
Link copied to clipboard