Vapor v0.9.1 Vapor.Provider.Env View Source

The Env config module provides support for pulling configuration values from the environment. Bindings must be specified at a keyword list.

Example

%Env{bindings: [foo: "FOO", bar: "VAR_BAR"]}