A Clojure lib to read environments / configs.
Creates an environment by merging config data from different sources. Reads in this order:
config.edn
found on the classpath$env-name/config.edn
found on the classpath$env-name/secrets.edn
found on the classpathA common scenario is to have an env
folder (added to the classpath),
that contains a folder for each named environment. :dev
config
would then be found under env/dev/config.edn
.
To set which environment to use, set the ENV enviroment variable. :dev
is default if none is given.
If a schema is provided at env/config-schema.edn, that schema is validated as a strict/closed schema. Keys are selected from the schema (root) form and validated.
Available under the terms of the Eclipse Public License 2.0, see LICENSE
.
Can you improve this documentation?Edit on GitHub
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 |