(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
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |