Fix #640: support connecting with to a password protected redis server
This commit is contained in:
parent
ab7c9d511c
commit
d27ea30b26
4 changed files with 9 additions and 5 deletions
|
|
@ -70,7 +70,10 @@ REVERSE_PROXY_TYPE=nginx
|
|||
# Cache configuration
|
||||
# Examples:
|
||||
# CACHE_URL=redis://<host>:<port>/<database>
|
||||
# CACHE_URL=redis://localhost:6379/0
|
||||
# CACHE_URL=redis://localhost:6379/0c
|
||||
# With a password:
|
||||
# CACHE_URL=redis://:password@localhost:6379/0
|
||||
# (the extra semicolon is important)
|
||||
# Use the next one if you followed Debian installation guide
|
||||
# CACHE_URL=redis://127.0.0.1:6379/0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue