From 985dc9be31f39e0514b5e2e16574e74a40fae80e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 26 Dec 2025 08:17:44 -0800 Subject: [PATCH] Documentation: default bool value consistency --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 9b4694b63..cd5b8cf0a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1007,7 +1007,7 @@ still perform some basic text pre-processing before matching. : See also `PAPERLESS_NLTK_DIR`. - Defaults to 1. + Defaults to true, enabling the feature. #### [`PAPERLESS_DATE_PARSER_LANGUAGES=`](#PAPERLESS_DATE_PARSER_LANGUAGES) {#PAPERLESS_DATE_PARSER_LANGUAGES} @@ -1074,7 +1074,7 @@ valid crontab(5) expression describing when to run. : Enables compression of the responses from the webserver. -: Defaults to 1, enabling compression. +: Defaults to true, enabling compression. !!! note