Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Adding explanation for environments to README
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemonkey committed Aug 7, 2013
1 parent c5dbb93 commit 9d8cdf0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ There are three environments provided by default, __development__, __test__, and
* clientSecret
* callbackURL

To run with a different environment, just specify NODE_ENV as you call grunt:

$ NODE_ENV=test grunt
If you are using node instead of grunt, it is very similar:
$ NODE_ENV=test node server
NOTE: Running Node.js applications in the __production__ environment enables caching, which is disabled by default in all other environments.
To run with a different environment, just specify NODE_ENV as you call grunt:

$ NODE_ENV=test grunt

If you are using node instead of grunt, it is very similar:

$ NODE_ENV=test node server

NOTE: Running Node.js applications in the __production__ environment enables caching, which is disabled by default in all other environments.

## Getting Started
We pre-included an article example, check it out:
Expand Down

0 comments on commit 9d8cdf0

Please sign in to comment.