dotenv-0.5.0.1: Loads environment variables from dotenv files

Safe HaskellSafe
LanguageHaskell2010

Configuration.Dotenv.Types

Description

  • - Module : Configuration.Dotenv.Types
  • - Copyright : © 2015–2017 Stack Builders Inc.
  • - License : MIT
  • -
  • - Maintainer : Stack Builders hackage@stackbuilders.com
  • - Stability : experimental
  • - Portability : portable
  • -
  • - 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.