Liking cljdoc? Tell your friends :D
Clojure only.

fileape.conf

Helper namespace related to configuration, all configuration options should have a default and a specific key that can override it

e.g :base-dir default is :base-dir, but for key :a doing :a.base-dir can override it.

Helper namespace related to configuration,
all configuration options should have a default and a specific key that can override it

e.g :base-dir
default is :base-dir, but for key :a doing :a.base-dir can override it.
raw docstring

get-confclj

(get-conf conf k)
(get-conf topic conf k)
(get-conf topic conf k default-v)
source

parse-topicclj

(parse-topic {:keys [env-key-parser] :or {env-key-parser identity}} topic)
source

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

× close