Changes to Redis documentation (#1441)

* Added more description in PAPERLESS_REDIS

* More Information on Redis

* Update configuration.rst

* Changed <ip> to <host>

Same as in the Documentation of Redis

* Edited the link

Linking directly to the Securing Redis part
This commit is contained in:
Zerteax 2022-08-21 16:27:45 +02:00 committed by GitHub
parent a5f9c8f651
commit a56de4547c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,12 @@ PAPERLESS_REDIS=<url>
This is required for processing scheduled tasks such as email fetching, index This is required for processing scheduled tasks such as email fetching, index
optimization and for training the automatic document matcher. optimization and for training the automatic document matcher.
* If your Redis server needs login credentials PAPERLESS_REDIS = ``redis://<username>:<password>@<host>:<port>``
* With the requirepass option PAPERLESS_REDIS = ``redis://:<password>@<host>:<port>``
`More information on securing your Redis Instance <https://redis.io/docs/getting-started/#securing-redis>`_.
Defaults to redis://localhost:6379. Defaults to redis://localhost:6379.
PAPERLESS_DBHOST=<hostname> PAPERLESS_DBHOST=<hostname>