Dont update the credentials example

This commit is contained in:
shamoon 2024-02-04 14:46:03 -08:00 committed by GitHub
parent 257b82ec4e
commit 70c04b7904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,9 +31,11 @@ fetching, index optimization and for training the automatic document
matcher.
- If your Redis server needs login credentials PAPERLESS_REDIS =
`redis://<username>:<password>@<host>:<port>\<DBIndex>`
`redis://<username>:<password>@<host>:<port>`
- With the requirepass option PAPERLESS_REDIS =
`redis://:<password>@<host>:<port>`
- To include the redis index PAPERLESS_REDIS =
`redis://<username>:<password>@<host>:<port>\<DBIndex>`
[More information on securing your Redis
Instance](https://redis.io/docs/getting-started/#securing-redis).