diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-05-21 13:26:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-21 17:49:56 +0200 |
commit | 30c82f0d2e9adacc1d3398822aa7810c0ccbceb4 (patch) | |
tree | f24f7c978b0421d79d131b976ae36a826baa8d8c /config/default.yaml | |
parent | 2e8e97f313683bdf8a7448f3d1ba1f1c27f6ad50 (diff) | |
download | PeerTube-30c82f0d2e9adacc1d3398822aa7810c0ccbceb4.tar.gz PeerTube-30c82f0d2e9adacc1d3398822aa7810c0ccbceb4.tar.zst PeerTube-30c82f0d2e9adacc1d3398822aa7810c0ccbceb4.zip |
feature: db selection in redis
resolves #579
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 995638281..8a177e628 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -25,6 +25,7 @@ redis: | |||
25 | hostname: 'localhost' | 25 | hostname: 'localhost' |
26 | port: 6379 | 26 | port: 6379 |
27 | auth: null | 27 | auth: null |
28 | db: 0 | ||
28 | 29 | ||
29 | smtp: | 30 | smtp: |
30 | hostname: null | 31 | hostname: null |