]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: fix `PAPERLESS_EMPTY_TRASH_DELAY` name
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 22 Jun 2024 13:46:47 +0000 (06:46 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sat, 22 Jun 2024 13:46:47 +0000 (06:46 -0700)
docs/configuration.md
docs/usage.md

index 0c3345145e6e20ed6c0388b7922ee3132921a739..d16943c37f90ab2190c1c80d2f908b4ab6188517 100644 (file)
@@ -1366,7 +1366,7 @@ processing. This only has an effect if
 
 ## Trash
 
-#### [`EMPTY_TRASH_DELAY=<num>`](#EMPTY_TRASH_DELAY) {#EMPTY_TRASH_DELAY}
+#### [`PAPERLESS_EMPTY_TRASH_DELAY=<num>`](#PAPERLESS_EMPTY_TRASH_DELAY) {#PAPERLESS_EMPTY_TRASH_DELAY}
 
 : Sets how long in days documents remain in the 'trash' before they are permanently deleted.
 
index 034447d6ed8ba21cf524b7a1e1ef0e9e4bbbdc42..0500f853826ab432d2773885683eeb93a440adc3 100644 (file)
@@ -481,7 +481,7 @@ as "System".
 ## Document Trash
 
 When you first delete a document it is moved to the 'trash' until either it is explicitly deleted or it is automatically removed after a set amount of time has passed.
-You can set how long documents remain in the trash before being automatically deleted with [`EMPTY_TRASH_DELAY`](configuration.md#EMPTY_TRASH_DELAY), which defaults
+You can set how long documents remain in the trash before being automatically deleted with [`PAPERLESS_EMPTY_TRASH_DELAY`](configuration.md#PAPERLESS_EMPTY_TRASH_DELAY), which defaults
 to 30 days. Until the file is actually deleted (e.g. the trash is emptied), all files and database content remains intact and can be restored at any point up until that time.
 
 Additionally you may configure a directory where deleted files are moved to when they the trash is emptied with [`PAPERLESS_EMPTY_TRASH_DIR`](configuration.md#PAPERLESS_EMPTY_TRASH_DIR).