aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-11-20 22:27:05 +0100
committerGitHub <noreply@github.com>2016-11-20 22:27:05 +0100
commita38d50e1e8a6ff509852b2fee8cd94d79aea7919 (patch)
treee848df02f9910c0fe3b862658c718e3685fe41ff /app
parent5ae8788583a63973c89a5a83f1a6880ce04b49d7 (diff)
parent59c42a4aad20f691fb7f2b615eb71981b3d2e0b5 (diff)
downloadwallabag-a38d50e1e8a6ff509852b2fee8cd94d79aea7919.tar.gz
wallabag-a38d50e1e8a6ff509852b2fee8cd94d79aea7919.tar.zst
wallabag-a38d50e1e8a6ff509852b2fee8cd94d79aea7919.zip
Merge pull request #2621 from wallabag/redis-password
Add ability to use Redis with password
Diffstat (limited to 'app')
-rw-r--r--app/config/parameters.yml.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist
index 7a22cb98..f821f2a8 100644
--- a/app/config/parameters.yml.dist
+++ b/app/config/parameters.yml.dist
@@ -55,3 +55,4 @@ parameters:
55 redis_host: localhost 55 redis_host: localhost
56 redis_port: 6379 56 redis_port: 6379
57 redis_path: null 57 redis_path: null
58 redis_password: null