yogthos / config

Library for managing environment variables in Clojure using EDN configuration files
161 stars 15 forks source link

fix: exception on parsing errors #23 #24

Closed johannesloetzsch closed 2 years ago

johannesloetzsch commented 2 years ago

Syntax errors in config files are now throwing an Exception.

If a file was specified using the CONFIG environment variable, it must exist. Otherwise an FileNotFoundException is thrown.

And as a nice side effect: yogthos/config has no more dependencies :)

johannesloetzsch commented 2 years ago

@yogthos thanks for the nice cooperation :)