api

http4k / org.http4k.cloudnative.env / Environment / from

from

fun from(file: File): Environment

Load configuration from standard Properties file format on disk

fun from(vararg pairs: Pair<String, String>): Environment fun from(env: Map<String, String>): Environment