Add ability to use socket

For Redis & MySQL
This commit is contained in:
Jeremy Benoist
2016-10-07 21:00:13 +02:00
parent 233a1081ea
commit 6d204f5382
3 changed files with 6 additions and 1 deletions

View File

@ -119,9 +119,10 @@ services:
class: Predis\Client
arguments:
-
scheme: '%redis_scheme%'
host: '%redis_host%'
port: '%redis_port%'
schema: tcp
path: '%redis_path%'
wallabag_core.exception_controller:
class: Wallabag\CoreBundle\Controller\ExceptionController