From d012b7fd15999967a034b35d44dc12b1179a836b Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Sat, 11 Jan 2020 03:57:46 +0000 Subject: [PATCH] Updated env variables in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92f777c..ffd1529 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ ## Environment variables -- `LISTENINGPORT` to change the internal HTTP server listening port if you need to +- `LISTENING_PORT` to change the internal HTTP server listening port if you need to +- `ROOT_URL` to define a root URL (i.e. `/mypath`) if you use a reverse proxy such as Nginx ## Acknowledgements