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:
parent
233a1081ea
commit
6d204f5382
3 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue