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/production.yaml.example | |
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/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 71344fa35..51d5c5180 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -27,6 +27,7 @@ redis: | |||
27 | hostname: 'localhost' | 27 | hostname: 'localhost' |
28 | port: 6379 | 28 | port: 6379 |
29 | auth: null | 29 | auth: null |
30 | db: 0 | ||
30 | 31 | ||
31 | # SMTP server to send emails | 32 | # SMTP server to send emails |
32 | smtp: | 33 | smtp: |