Get environment data stored in the configuration
Get environment data stored in the configuration
(env-key-path key-path)
Turns key-path ([:a :b :c] -> 'a-b-c') into environment type key.
Turns key-path ([:a :b :c] -> 'a-b-c') into environment type key.
(make-env-conf)
(parse-number v)
(parse-system-env v)
Turns string type into number. In case of failure in parsing it's returned in a format as it was (a string).
Turns string type into number. In case of failure in parsing it's returned in a format as it was (a string).
(read-all)
Reads all system env properties and converts to appropriate type.
Reads all system env properties and converts to appropriate type.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close