Load configuration from environment variables.
Load configuration from environment variables.
(fetch)
Fetches a map from environment variables according to the convention:
(fetch) {mysql {user root password secure num-threads 10}}
Fetches a map from environment variables according to the convention: * MYSQL_USER=root * MYSQL_PASSWORD=secure * MYSQL_NUM_THREADS=10 > (fetch) {mysql {user root password secure num-threads 10}}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close