Update configuration.md

Add Redis DB Index to Redis URL
This commit is contained in:
LarsBel
2024-02-04 23:13:05 +01:00
committed by GitHub
parent 625780899d
commit 257b82ec4e

View File

@@ -31,7 +31,7 @@ fetching, index optimization and for training the automatic document
matcher.
- If your Redis server needs login credentials PAPERLESS_REDIS =
`redis://<username>:<password>@<host>:<port>`
`redis://<username>:<password>@<host>:<port>\<DBIndex>`
- With the requirepass option PAPERLESS_REDIS =
`redis://:<password>@<host>:<port>`