From 313902c59303a23ff76f2a99bd2024becd1304dd Mon Sep 17 00:00:00 2001 From: amo13 Date: Tue, 15 Aug 2023 00:18:40 +0200 Subject: [PATCH] Add documentation for PAPERLESS_REDIS_PREFIX --- docs/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 0ed2218a6..c38221e50 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -35,6 +35,12 @@ matcher. Defaults to `redis://localhost:6379`. +`PAPERLESS_REDIS_PREFIX=` + +: Prefix to be used in Redis for keys and channels. Useful for sharing one Redis server among multiple Paperless instances. + + Defaults to no prefix. + ### Database `PAPERLESS_DBENGINE=`