diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-11-20 22:27:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-20 22:27:05 +0100 |
commit | a38d50e1e8a6ff509852b2fee8cd94d79aea7919 (patch) | |
tree | e848df02f9910c0fe3b862658c718e3685fe41ff /app/config | |
parent | 5ae8788583a63973c89a5a83f1a6880ce04b49d7 (diff) | |
parent | 59c42a4aad20f691fb7f2b615eb71981b3d2e0b5 (diff) | |
download | wallabag-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/config')
-rw-r--r-- | app/config/parameters.yml.dist | 1 |
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 | ||