(env-vars)
(env-vars options)
Parses env vars into a map of paths -> edn-parsed values.
Parses env vars into a map of paths -> edn-parsed values.
(load-config)
(load-config options)
(load-config file options)
Loads a resource and overlays the environment ontop.
Loads a resource and overlays the environment ontop.
(overlay config)
(overlay config options)
Overlays env vars onto the provided config.
Overlays env vars onto the provided config.
(parse-value value)
Parses an env value using edn/read-string
.
On reading a symbol or failing to parse the string, the original value is returned.
Parses an env value using `edn/read-string`. On reading a symbol or failing to parse the string, the original value is returned.
(var->path var)
(var->path var options)
Converts a env var name into a path suitable for get-in
.
Converts a env var name into a path suitable for `get-in`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close