Module

Configuration.Dotenv

Package
purescript-node-dotenv
Repository
nicholassaunders/purescript-node-dotenv

This is the base module for the Dotenv library.

#Setting Source

type Setting = Tuple String String

A key-value pair representing an environment variable setting

#Settings Source

type Settings = List Setting

A series of environment variable settings

#loadFile Source

loadFile :: forall m. MonadAff m => m Settings

Loads the .env file into the environment.