mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +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
|
@ -110,6 +110,7 @@ services:
|
|||
host: '%redis_host%'
|
||||
port: '%redis_port%'
|
||||
path: '%redis_path%'
|
||||
password: '%redis_password%'
|
||||
|
||||
wallabag_core.exception_controller:
|
||||
class: Wallabag\CoreBundle\Controller\ExceptionController
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue