| Copyright | © 2015–2018 Stack Builders Inc. |
|---|---|
| License | MIT |
| Maintainer | Stack Builders <hackage@stackbuilders.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Configuration.Dotenv.Types
Description
Provides the types with extra options for loading a dotenv file.
Synopsis
- data Config = Config {
- configPath :: [FilePath]
- configExamplePath :: [FilePath]
- configOverride :: Bool
- defaultConfig :: Config
Documentation
Configuration Data Types with extra options for executing dotenv.
Constructors
| Config | |
Fields
| |
defaultConfig :: Config Source #
Default configuration. Use .env file without .env.example strict envs and without overriding.