mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
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:
parent
a5f9c8f651
commit
a56de4547c
@ -26,6 +26,12 @@ Required services
|
||||
PAPERLESS_REDIS=<url>
|
||||
This is required for processing scheduled tasks such as email fetching, index
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user