(-read-properties readable)
(-sys-env key)
(-sys-property key)
(env key)
(env key & keys)
Resolves the key to the first matching value with the following priority:
Resolves the key to the first matching value with the following priority: 1) overridden values 2) Java System properties 3) Environment variables 4) '.env' file (Java Properties format)
(env! key)
(env! key & keys)
Like env, but throws an exception if the key (or keys) resolved to nil or blank string.
Like env, but throws an exception if the key (or keys) resolved to nil or blank string.
(override! key value)
Override the value of any key that may exist in the environment.
Override the value of any key that may exist in the environment.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |