dotenv-0.5.2.5: Loads environment variables from dotenv files

Safe HaskellNone
LanguageHaskell2010

Configuration.Dotenv.Scheme

Synopsis

Documentation

checkConfig :: [(String, String)] -> [Env] -> IO () #

checkScheme :: [Env] -> [Env] #

loadSafeFile :: MonadIO m => FilePath -> Config -> m [(String, String)] #

loadSafeFile parses the .scheme.yml file and will perform the type checking of the environment variables in the .env file.