diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-20 20:23:30 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-20 20:43:04 +0100 |
commit | c1683778abb662ee4fcca2fca204bb00c92b8f13 (patch) | |
tree | 3be1b7c8a9df24b5f37ce04d60d70525f89c3c4f /src/Wallabag/CoreBundle | |
parent | 5ae8788583a63973c89a5a83f1a6880ce04b49d7 (diff) | |
download | wallabag-c1683778abb662ee4fcca2fca204bb00c92b8f13.tar.gz wallabag-c1683778abb662ee4fcca2fca204bb00c92b8f13.tar.zst wallabag-c1683778abb662ee4fcca2fca204bb00c92b8f13.zip |
Add ability to use Redis with password
Diffstat (limited to 'src/Wallabag/CoreBundle')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml index 0036f45e..0280bc18 100644 --- a/src/Wallabag/CoreBundle/Resources/config/services.yml +++ b/src/Wallabag/CoreBundle/Resources/config/services.yml | |||
@@ -110,6 +110,7 @@ services: | |||
110 | host: '%redis_host%' | 110 | host: '%redis_host%' |
111 | port: '%redis_port%' | 111 | port: '%redis_port%' |
112 | path: '%redis_path%' | 112 | path: '%redis_path%' |
113 | password: '%redis_password%' | ||
113 | 114 | ||
114 | wallabag_core.exception_controller: | 115 | wallabag_core.exception_controller: |
115 | class: Wallabag\CoreBundle\Controller\ExceptionController | 116 | class: Wallabag\CoreBundle\Controller\ExceptionController |