Liking cljdoc? Tell your friends :D

clostack.config

This namespace provides a few functions which try very hard to find configuration for the library. See the init function for a description of the logic.

This namespace provides a few functions which try very hard
to find configuration for the library. See the `init` function
for a description of the logic.
raw docstring

config-pathclj

(config-path)

Find out where the configuration file lives

Find out where the configuration file lives
sourceraw docstring

environment-configclj

(environment-config)

Try getting configuration from the environment.

Try getting configuration from the environment.
sourceraw docstring

file-configclj

(file-config profile config)

Get a profile from a config.

Get a profile from a config.
sourceraw docstring

getenvclj

(getenv prop)
(getenv prop default)

Fetch variable from environment or system properties

Fetch variable from environment or system properties
sourceraw docstring

initclj

(init)

Get configuration. First try the environment, if not found, read from a file.

Get configuration. First try the environment, if not found,
read from a file.
sourceraw docstring

keywordifyclj

(keywordify m)

Single-depth walk of a map, keywordizing keys.

Single-depth walk of a map, keywordizing keys.
sourceraw docstring

read-configclj

(read-config path)

Try to read configuration from a path. Expects EDN files

Try to read configuration from a path. Expects EDN files
sourceraw docstring

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

× close