From c5408e10ceb593271a35e1930dd5aeaff35e3652 Mon Sep 17 00:00:00 2001 From: Ahmet Soormally Date: Fri, 25 Jan 2019 15:02:03 +0000 Subject: [PATCH] doc: configure gateway secret & listen port (#26) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bba8476..3559f2d 100644 --- a/README.md +++ b/README.md @@ -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