load-env

Load environment variables from a file.

Version on this page:0.1.1
LTS Haskell 22.14:0.2.1.0
Stackage Nightly 2024-03-28:0.2.1.0
Latest on Hackage:0.2.1.0

See all snapshots load-env appears in

BSD-3-Clause licensed and maintained by Pat Brisbin
This version can be pinned in stack with:load-env-0.1.1@sha256:4332c4302837ff93f1fe2b9a656762e835744e285ba47f948e6d68aa33947b0c,1521

Module documentation for 0.1.1

Depends on 3 packages(full list with versions):
Used by 1 package in lts-7.13(full list with versions):

Parse a .env file and load any declared variables into the current process's environment. This allows for a .env file to specify development-friendly defaults for configuration values normally set in the deployment environment.