Skip to content

Commit

Permalink
update environment variables section of readme to include MANDRILL_AP…
Browse files Browse the repository at this point in the history
…I. Tests fail without it! 😢 #85
  • Loading branch information
nelsonic committed Apr 17, 2015
1 parent 81a96d9 commit 334fb67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ environment variables are set.

Run the following command to set up your local machine:
```sh
export ES_HOST="127.0.0.1"
export ES_PORT=9200
export ES_INDEX=dwyl
export JWT_SECRET="NeverShareYourSecret"
export MANDRILL_APIKEY='AskUsForTheKey!'

```
See [**.travis.yml**](https://github.com/ideaq/time/blob/master/.travis.yml)
Expand Down

0 comments on commit 334fb67

Please sign in to comment.