Liking cljdoc? Tell your friends :D
Clojure only.

org.purefn.kurosawa.config.env

Load configuration from environment variables.

Load configuration from environment variables.
raw docstring

fetchclj

(fetch)

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}}

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}}
sourceraw docstring

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

× close