1
0
Fork 0
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:
Jeremy Benoist 2016-11-20 20:23:30 +01:00
parent 5ae8788583
commit c1683778ab
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
5 changed files with 8 additions and 0 deletions

View file

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