Liking cljdoc? Tell your friends :D

actionho-commons.app-config


config-map-atomclj


encryption-key-atomclj


init-config-file-atomsclj

(init-config-file-atoms)

So that config file is not read in on compile time, as it would if it was in the def directly

Assumes config file is in config/config.edn

So that config file is not read in on compile time, as it would if it was in the def directly

Assumes config file is in config/config.edn
raw docstring

read-config-fileclj

(read-config-file config-file-path-str)

Path-str can be absolute or relative path Can also be java properties file, but not as convenient, as this my use only, and slighlty less safe as not checking parsing, but if server has been broken into, that's the least of my worries

Path-str can be absolute or relative path
Can also be java properties file, but not as convenient, as this my use only, and slighlty less safe as not checking parsing, but if server has been broken into, that's the least of my worries
raw docstring

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

× close