LemonCore.Secrets.KeyProvider.Env (lemon_core v0.1.0)

View Source

Master key provider backed by an environment variable.

Reads LEMON_SECRETS_MASTER_KEY by default; the name is configurable with config :lemon_core, LemonCore.Secrets, env_var: "..." or the :env_var option.