chakra-0.1.0: A REST Web Api server template for building (micro)services.
Safe HaskellNone
LanguageHaskell2010

Chakra.Config

Description

Config utility module, uses System.Envy to read ENV values and builds a data

Synopsis

Documentation

withAppSettingsFromEnv :: FromEnv t => (t -> IO ()) -> IO () Source #

Read from ENVIRONMENT Variables and return your target t data t should have a instance of FromEnv Example: instance FromEnv MyAppSettings