Enhancement: Allow to set a prefix for keys and channels in redis (#3993)

This commit is contained in:
amo13
2023-08-16 02:05:01 +02:00
committed by GitHub
parent 20a4d8949d
commit a0005c8b3e
2 changed files with 10 additions and 0 deletions

View File

@@ -35,6 +35,12 @@ matcher.
Defaults to `redis://localhost:6379`.
`PAPERLESS_REDIS_PREFIX=<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=<engine_name>`