dotenv-0.5.2.1: Loads environment variables from dotenv files

Copyright© 2015–2017 Stack Builders Inc.
LicenseMIT
MaintainerStack Builders <hackage@stackbuilders.com>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Configuration.Dotenv.Types

Description

Provides the types with extra options for loading a dotenv file.

Synopsis

Documentation

data Config Source #

Configuration Data Types with extra options for executing dotenv.

Constructors

Config 

Fields

Instances

defaultConfig :: Config Source #

Default configuration. Use .env file without .env.example strict envs and without overriding.