(env-var var-name default-filename)
Builds a ConfigPath' that specifies the configuration filepath is OS VAR ENV with name
var-name'. If VAR ENV is null, uses `default-filename'
Builds a `ConfigPath' that specifies the configuration filepath is OS VAR ENV with name `var-name'. If VAR ENV is null, uses `default-filename'
Fetches configuration file from `source'.
source' can be either a result from
env-var' or filepath' functions. In case
env-var' is used, this env var must hold the path of the filepath that
contains the configuration.
Fetches configuration file from `source'. `source' can be either a result from `env-var' or `filepath' functions. In case `env-var' is used, this env var must hold the path of the filepath that contains the configuration.
(filepath filepath)
Builds a `ConfigPath' that specifies the configuration filepath
Builds a `ConfigPath' that specifies the configuration filepath
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close