From 70c04b7904429eca69afcf7abb8871e1ea061142 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:46:03 -0800 Subject: [PATCH] Dont update the credentials example --- docs/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).