Skip to content

Commit

Permalink
doc: configure gateway secret & listen port (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
asoorm authored and buger committed Jan 25, 2019
1 parent df85e20 commit c5408e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ Documentation for gateway configuration can be found here: https://tyk.io/docs/c

Alternatively, should you wish to configure tyk using environment variables, then you can find the mappings here: https://tyk.io/docs/configure/gateway-env-variables/

Please note that should you wish to change the the gateway secret or listen port as recommended for a production installation, you will need to set `TYKSECRET` and `TYKLISTENPORT` environment variables. The rest of the environment variables remain as per mappings above.

```
TYKSECRET=foo
TYKLISTENPORT=8000
```

We will now run the gateway by mounting our modified `tyk.conf`.

### Gateway - Headless
Expand Down

0 comments on commit c5408e1

Please sign in to comment.