Fix #640: support connecting with to a password protected redis server

This commit is contained in:
Eliot Berriot 2018-12-20 17:36:32 +01:00
commit d27ea30b26
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 9 additions and 5 deletions

View file

@ -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