zalando / friboo

Utility library for writing microservices in Clojure, with support for Swagger and OAuth
Apache License 2.0
119 stars 16 forks source link

Environment is read incorrectly when loading configuration #89

Closed dryewo closed 8 years ago

dryewo commented 8 years ago

When running on Linux, there is an environment variable DBUS_SESSION_BUS_ADDRESS that gets picked up as part of :db namespace. We need to only pick up variables starting with DB_, not just DB in this case.