Simple configuration based on files
Data can be set in java property heph-conf
, if more files are needed you can pass them separated by ,
Simple configuration based on files Data can be set in java property `heph-conf`, if more files are needed you can pass them separated by `,`
(ensure-config-files config-files)
This is done in case the project does not have access to jvm-opts. E.g. when tasks are from bb.edn
This is done in case the project does not have access to jvm-opts. E.g. when tasks are from bb.edn
(make-files-conf)
Create the simple configuration
Create the simple configuration
(read-edn edn-filename)
Simple read.edn function, defined here to limit requires for configuration
Read the .edn
file,
Params:
edn-filename
name of the edn file to load
Errors:file
could be a string representing the name of the file to load
or a (io/resource) object representing the name of the file to loadSimple read.edn function, defined here to limit requires for configuration Read the `.edn` file, Params: * `edn-filename` name of the edn file to load Errors: * throws an exception if the file is not found * throws an exception if the file is a valid edn * `file` could be a string representing the name of the file to load or a (io/resource) object representing the name of the file to load
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close