Chore: remove PAPERLESS_DEBUG references to avoid confusion

This commit is contained in:
shamoon 2025-06-20 20:46:11 -07:00
parent bfeaa1b119
commit 59afbe09b1
No known key found for this signature in database
2 changed files with 0 additions and 5 deletions

View File

@ -6007,7 +6007,6 @@ primarily.
a very good job at ocr'ing a document with the default
language. Certain language specifics such as umlauts may not get
picked up properly.
- `PAPERLESS_DEBUG` defaults to `false`.
- The presence of `PAPERLESS_DBHOST` now determines whether to use
PostgreSQL or SQLite.
- `PAPERLESS_OCR_THREADS` is gone and replaced with

View File

@ -1,10 +1,6 @@
# Have a look at the docs for documentation.
# https://docs.paperless-ngx.com/configuration/
# Debug. Only enable this for development.
#PAPERLESS_DEBUG=false
# Required services
#PAPERLESS_REDIS=redis://localhost:6379