Liking cljdoc? Tell your friends :D

c3kit.apron.env


-localsclj


-overridesclj


-read-propertiesclj

(-read-properties readable)

-sys-envclj

(-sys-env key)

-sys-propertyclj

(-sys-property key)

envclj

(env key)
(env key & keys)

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

env!clj

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

override!clj

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

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

× close