Liking cljdoc? Tell your friends :D
Clojure only.

com.brunobonacci.oneconfig


configureclj

(configure {:keys [env key version] :as config-entry})
(configure config-client {:keys [env key version] :as config-entry})

Returns a configuration entry if found in any of the available configuration backends or nil if not found

Returns a configuration entry if found in any
of the available configuration backends or nil
if not found
sourceraw docstring

deep-mergeclj

(deep-merge & maps)

Like merge, but merges maps recursively. It merges the maps from left to right and the right-most value wins. It is useful to merge the user defined configuration on top of the default configuration.

Like merge, but merges maps recursively. It merges the maps from left
to right and the right-most value wins. It is useful to merge the
user defined configuration on top of the default configuration.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close