From ca176e1a76aa39af81ee0930da2799fa33a6c78f Mon Sep 17 00:00:00 2001 From: Joren Date: Mon, 7 Oct 2024 13:02:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a1071..04bee7e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ You can override the configuration options using environment variables. The foll - `BASE_DIR`: Overrides `General.BaseDir` - `FORMAT`: Overrides `General.Format` - `TEMP_BASE_DIR`: Overrides `General.TempBaseDir` -- `ENABLE_CONSOLE`: Overrides `General.EnableConsole` +- `ENABLE_CONSOLE`: Overrides `General.EnableConsole` (set to `true` or `false`) - `WATCHED_FOLDER`: Overrides `WatchFolder.Path` - `USE_POLLING`: Overrides `WatchFolder.UsePolling` (set to `true` or `false`) - `USE_INOTIFY`: Overrides `WatchFolder.UseInotify` (set to `true` or `false`)