diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-11-20 22:27:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-20 22:27:05 +0100 |
commit | a38d50e1e8a6ff509852b2fee8cd94d79aea7919 (patch) | |
tree | e848df02f9910c0fe3b862658c718e3685fe41ff /docs/en | |
parent | 5ae8788583a63973c89a5a83f1a6880ce04b49d7 (diff) | |
parent | 59c42a4aad20f691fb7f2b615eb71981b3d2e0b5 (diff) | |
download | wallabag-a38d50e1e8a6ff509852b2fee8cd94d79aea7919.tar.gz wallabag-a38d50e1e8a6ff509852b2fee8cd94d79aea7919.tar.zst wallabag-a38d50e1e8a6ff509852b2fee8cd94d79aea7919.zip |
Merge pull request #2621 from wallabag/redis-password
Add ability to use Redis with password
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/user/parameters.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/user/parameters.rst b/docs/en/user/parameters.rst index eb312f7e..d8a209e7 100644 --- a/docs/en/user/parameters.rst +++ b/docs/en/user/parameters.rst | |||
@@ -39,6 +39,7 @@ If you don't know which value you need to set, please leave the default one. | |||
39 | redis_host: localhost | 39 | redis_host: localhost |
40 | redis_port: 6379 | 40 | redis_port: 6379 |
41 | redis_path: null | 41 | redis_path: null |
42 | redis_password: null | ||
42 | 43 | ||
43 | Meaning of each parameter | 44 | Meaning of each parameter |
44 | ------------------------- | 45 | ------------------------- |
@@ -92,3 +93,4 @@ Meaning of each parameter | |||
92 | "redis_host", "localhost", "IP or hostname of the target server (ignored for unix scheme)" | 93 | "redis_host", "localhost", "IP or hostname of the target server (ignored for unix scheme)" |
93 | "redis_port", "6379", "TCP/IP port of the target server (ignored for unix scheme)" | 94 | "redis_port", "6379", "TCP/IP port of the target server (ignored for unix scheme)" |
94 | "redis_path", "null", "Path of the UNIX domain socket file used when connecting to Redis using UNIX domain sockets" | 95 | "redis_path", "null", "Path of the UNIX domain socket file used when connecting to Redis using UNIX domain sockets" |
96 | "redis_password", "null", "Password defined in the Redis server configuration (parameter `requirepass` in `redis.conf`)" | ||