From a11d6ab92d3661d2311a1567bf8fffa07dd1eee6 Mon Sep 17 00:00:00 2001 From: Walter Huf Date: Fri, 9 Sep 2022 01:35:02 -0700 Subject: [PATCH] fix(docs): add GONIC_HTTP_LOG to setting table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58cb0f21..0cc03120 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ view the admin UI at http://localhost:4747 | `GONIC_PODCAST_PATH` | `-podcast-path` | path to a podcasts directory | | `GONIC_CACHE_PATH` | `-cache-path` | path to store audio transcodes, covers, etc | | `GONIC_DB_PATH` | `-db-path` | **optional** path to database file | +| `GONIC_HTTP_LOG` | `-http-log` | **optional** http request logging, enabled by default | | `GONIC_LISTEN_ADDR` | `-listen-addr` | **optional** host and port to listen on (eg. `0.0.0.0:4747`, `127.0.0.1:4747`) (_default_ `0.0.0.0:4747`) | | `GONIC_TLS_CERT` | `-tls-cert` | **optional** path to a TLS cert (enables HTTPS listening) | | `GONIC_TLS_KEY` | `-tls-key` | **optional** path to a TLS key (enables HTTPS listening) |