1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

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
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
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