diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-07 22:20:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 22:20:37 +0200 |
commit | f271dd4b76e10208eda0e2cc77139f80442a89d3 (patch) | |
tree | 8eddee2f7f066aa6b9365bc3ba0a5b4689e9fc62 /src/Wallabag | |
parent | 233a1081eaab7bb4a157015c33755a66afbdb922 (diff) | |
parent | 6d204f53820524ca4e501c39a5a1adae01b60e6d (diff) | |
download | wallabag-f271dd4b76e10208eda0e2cc77139f80442a89d3.tar.gz wallabag-f271dd4b76e10208eda0e2cc77139f80442a89d3.tar.zst wallabag-f271dd4b76e10208eda0e2cc77139f80442a89d3.zip |
Merge pull request #2395 from wallabag/socket-connection
Add ability to use socket
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/config/services.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml index d1139846..fb97454e 100644 --- a/src/Wallabag/CoreBundle/Resources/config/services.yml +++ b/src/Wallabag/CoreBundle/Resources/config/services.yml | |||
@@ -119,9 +119,10 @@ services: | |||
119 | class: Predis\Client | 119 | class: Predis\Client |
120 | arguments: | 120 | arguments: |
121 | - | 121 | - |
122 | scheme: '%redis_scheme%' | ||
122 | host: '%redis_host%' | 123 | host: '%redis_host%' |
123 | port: '%redis_port%' | 124 | port: '%redis_port%' |
124 | schema: tcp | 125 | path: '%redis_path%' |
125 | 126 | ||
126 | wallabag_core.exception_controller: | 127 | wallabag_core.exception_controller: |
127 | class: Wallabag\CoreBundle\Controller\ExceptionController | 128 | class: Wallabag\CoreBundle\Controller\ExceptionController |