roman / Haskell-etc

Declarative configuration spec for Haskell projects
MIT License
47 stars 7 forks source link

Allow values that come from env to be of a type different than string #30

Closed roman closed 6 years ago

roman commented 6 years ago

Context

When fetching values from environment variables, all values are always registered in the Config map as of type Aeson.String, allow to specify in the etc/spec configuration what is the expected type