From 5d50a799d2326f00ab48fb9b91384fe81b89c1ab Mon Sep 17 00:00:00 2001 From: Juho-Pekka Kuitunen Date: Sun, 5 Feb 2017 00:32:01 +0200 Subject: [PATCH] Update Readme.md with WTTR_LISTEN_* The recently added WTTR_LISTEN_HOST WTTR_LISTEN_PORT variables are worth documenting to avoid confusion. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2ae65d..69c4c19 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,11 @@ The `City` parameter in `~/.wegorc` is ignored. Configure the following environment variables specifing the path to the local `wttr.in` installation, to the GeoLite database and to the `wego` installation. For example: - WTTR_MYDIR = "/home/igor/wttr.in" - WTTR_GEOLITE = "/home/igor/wttr.in/GeoLite2-City.mmdb" - WTTR_WEGO = "/home/igor/go/bin/wego" + export WTTR_MYDIR="/home/igor/wttr.in" + export WTTR_GEOLITE="/home/igor/wttr.in/GeoLite2-City.mmdb" + export WTTR_WEGO="/home/igor/go/bin/wego" + export WTTR_LISTEN_HOST="0.0.0.0" + export WTTR_LISTEN_PORT="8002" ### Configure HTTP-frontend service