diff --git a/docs/configuration.md b/docs/configuration.md index 6ccc9087b..ab9438dbf 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -31,9 +31,11 @@ fetching, index optimization and for training the automatic document matcher. - If your Redis server needs login credentials PAPERLESS_REDIS = - `redis://:@:\` + `redis://:@:` - With the requirepass option PAPERLESS_REDIS = `redis://:@:` + - To include the redis index PAPERLESS_REDIS = + `redis://:@:\` [More information on securing your Redis Instance](https://redis.io/docs/getting-started/#securing-redis).