Liking cljdoc? Tell your friends :D
Clojure only.

com.brunobonacci.oneconfig


configureclj

(configure {:keys [env key version] :as config-entry})
(configure config-backend {: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

one-configclj

(one-config)

searches in a number of location for the configure file, if isn't found in any of the locations it searches into dynamodb using the aws roles to access the table. It returns a configuration backend if found or nil

searches in a number of location for the configure file,
if isn't found in any of the locations it searches into
dynamodb using the aws roles to access the table.
It returns a configuration backend if found or nil
sourceraw docstring

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

× close