Skip to content

Commit

Permalink
readme: added port and host env var descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas committed Dec 8, 2015
1 parent 546a109 commit c32ac10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ The CLI currently requires two environment variables:

| Variable | Description | Format | Default |
| -------------------- | ------------------------- | --------------------------------------------- | --------- |
| PORT | Which port to listen on | number | 443 |
| HOST | Which host to listen on | ip or hostname | empty (all) |
| DATABASE_URL | PostgreSQL Database URL | `postgres://user:password@host:port/database` | empty |
| BCRYPT_WORKFACTOR | BCrypt Strength | number | `10` |
| SIGNUP_URL | [Sign up URL](#sign-up) | url | empty |
Expand Down

0 comments on commit c32ac10

Please sign in to comment.