Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
More readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed Dec 10, 2015
1 parent da0de06 commit 9f73979
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

A config module which only reads the environment. For Node.js that means `process.env`.

We will not ever use `NODE_ENV` in any example here since each environment should specify
everything it needs and nothing should be dependent on being a particular
Note 1 : We will not ever use `NODE_ENV` in any example here since each environment
should specify everything it needs and nothing should be dependent on being a particular
environment (such as 'development', 'testing', 'staging' or 'production').

NOTE 2 : This package is considered stable so the fact that there are few commits these
days is no sign of inactivity, just stability. Please use and submit PRs for bugs. New
features will be considered too.

## Synopsis ##

Firstly, set some environment variables that your program will look for. You don't need
Expand Down

0 comments on commit 9f73979

Please sign in to comment.