Merge pull request #2 from LarsBel/fix-typo-(slash-not-backslash)

Update configuration.md
This commit is contained in:
LarsBel 2024-02-05 00:29:07 +01:00 committed by GitHub
commit 9808f3e514
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ matcher.
- With the requirepass option PAPERLESS_REDIS =
`redis://:<password>@<host>:<port>`
- To include the redis database index PAPERLESS_REDIS =
`redis://<username>:<password>@<host>:<port>\<DBIndex>`
`redis://<username>:<password>@<host>:<port>/<DBIndex>`
[More information on securing your Redis
Instance](https://redis.io/docs/getting-started/#securing-redis).