Publishing Jetenv to HEX
Announcing that today a new package Jetenv
will be published to hex.
This package offers a new approach to application configuration that moves all runtime configuration and secrets to the environment. This changes approaches for deployment of containers, especially with any orchestration system.
Your runtime.exs
can look just like this:
import Config
Jetenv.load_env()