View Source Jetenv.Encode (Jetenv v0.1.0)

Generate environment from config KWL

Summary

Functions

Encode input from Application.get_all_env. Provide app to add app key to tree, prefix for name prefix.

Functions

Link to this function

from_config(config_kwl, app, prefix)

View Source
@spec from_config(keyword(), atom(), String.t()) :: [{String.t(), String.t()}]

Encode input from Application.get_all_env. Provide app to add app key to tree, prefix for name prefix.