Skip to content

tiensonqin/environ-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

environ-plus

Based on Environ

Environ is a Clojure library for managing environment settings from a number of different sources. It works well for applications following the 12 Factor App pattern.

Currently, Environ-plus supports four sources, resolved in the following order:

  1. config/test.clj
  2. config/development.clj
  3. config/ci.clj
  4. config/production.clj

Installation

Include the following dependency in your project.clj file:

:dependencies [[environ-plus "0.1.1"]]

Usage

Add export ENVIRONMENT="development" to .zshrc or .bashrc

License

Copyright © 2014 James Reeves

Distributed under the Eclipse Public License, the same as Clojure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published