Liking cljdoc? Tell your friends :D

automaton-core.configuration.environment

Get environment data stored in the configuration

Get environment data stored in the configuration
raw docstring

env-key-pathclj/s

(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.
raw docstring

make-env-confclj/s

(make-env-conf)

parse-numberclj/s

(parse-number v)

parse-system-envclj/s

(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).
raw docstring

read-allclj/s

(read-all)

Reads all system env properties and converts to appropriate type.

Reads all system env properties and converts to appropriate type.
raw docstring

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

× close