mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Add ability to use Redis with password
This commit is contained in:
parent
5ae8788583
commit
c1683778ab
5 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,7 @@ If you don't know which value you need to set, please leave the default one.
|
|||
redis_host: localhost
|
||||
redis_port: 6379
|
||||
redis_path: null
|
||||
redis_password: null
|
||||
|
||||
Meaning of each parameter
|
||||
-------------------------
|
||||
|
@ -92,3 +93,4 @@ Meaning of each parameter
|
|||
"redis_host", "localhost", "IP or hostname of the target server (ignored for unix scheme)"
|
||||
"redis_port", "6379", "TCP/IP port of the target server (ignored for unix scheme)"
|
||||
"redis_path", "null", "Path of the UNIX domain socket file used when connecting to Redis using UNIX domain sockets"
|
||||
"redis_password", "null", "Password defined in the Redis server configuration (parameter `requirepass` in `redis.conf`)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue