cloudex v0.0.1 Cloudex.EnvOptions
A simple module to get System Environment Variables (ENV VARS)
Summary
Functions
Pass a Map to merge system variables with. Uses the keys of the map to match the system vars with
Same as merge, but only merges settings which have a nil value in the given map
Functions
Pass a Map to merge system variables with. Uses the keys of the map to match the system vars with
Examples
Cloudex.EnvOptions.merge %{my_env_key: nil}
> %{my_env_key: "value from env"}