(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close