Skip to content

Commit

Permalink
documentation HTTP PORT env
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino committed Sep 15, 2018
1 parent bd82ef1 commit 55e96a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/configurations/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ Via environment variables or via toml file.

### Environment vars

- PREST\_HTTP_PORT (default 3000)
- PREST\_PG_HOST (default 127.0.0.1)
- PREST\_HTTP_HOST (*default 0.0.0.0*)
- PREST\_HTTP_PORT or PORT (PORT is cloud factor, **when declaring this variable overwritten PREST\_HTTP_PORT**, *default 3000*)
- PREST\_PG_HOST (*default 127.0.0.1*)
- PREST\_PG_USER
- PREST\_PG_PASS
- PREST\_PG_DATABASE
- PREST\_PG_PORT (default 5432)
- PREST\_PG_PORT (*default 5432*)
- PREST\_PG_URL or DATABASE\_URL (cloud factor, **when declaring this variable all the previous connection fields are overwritten**)
- PREST\_JWT_KEY
- PREST\_JWT_ALGO
Expand Down

0 comments on commit 55e96a7

Please sign in to comment.