Liking cljdoc? Tell your friends :D

framework.config.core

Solves environment and config variables

Solves environment and config variables
raw docstring

configclj

(config)
(config config)

Returns a new config instance.

You can pass path to the config file with the :framework-edn-config key. It's useful for choosing an environment different from the current one (e.g. test or production while in the dev repl).

Returns a new config instance.

You can pass path to the config file with the `:framework-edn-config` key.
It's useful for choosing an environment different from the current one
(e.g. `test` or `production` while in the `dev` repl).
sourceraw docstring

key-and-defaultclj

(key-and-default v)
source

read-edn-fileclj

(read-edn-file config)

Reads edn configuration file.

Reads edn configuration file.
sourceraw docstring

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

× close