Skip to content

Commit

Permalink
docs(readme): update available env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Jun 21, 2017
1 parent 649574d commit 87cff3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ docker run -d -p "5940:3000" hfreire/get-me-a-date
#### Available environment variables
Variable | Description | Required | Default value
:---:|:---:|:---:|:---:
PORT | The port to be used by the HTTP server | false | `3000`
PORT | The port to be used by the HTTP server | false | `5940`
API_KEYS | The secret keys that should be used when securing endpoints | false | `undefined`
SO_TIMEOUT | TCP socket connection timeout | false | `120000`
LOG_LEVEL | The log level verbosity | false | `info`
ENVIRONMENT | The environment the app is running on | false | `undefined`
ROLLBAR_API_KEY | The server API key used to talk with Rollbar | false | `undefined`
SO_TIMEOUT | TCP socket connection timeout | false | `120000`

### How to build
Clone the GitHub repo
Expand Down

0 comments on commit 87cff3e

Please sign in to comment.