diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-15 11:56:41 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-04-15 11:56:41 +0200 |
commit | ec2fa0d0b1d290f6c8de257fa7f1e2e3f28b8dfa (patch) | |
tree | 6c57935dd7433c174b988da38f88b22885b37925 /config/production.yaml.example | |
parent | 389444e04883bde4074cb7e69de0afe5530981c9 (diff) | |
download | PeerTube-ec2fa0d0b1d290f6c8de257fa7f1e2e3f28b8dfa.tar.gz PeerTube-ec2fa0d0b1d290f6c8de257fa7f1e2e3f28b8dfa.tar.zst PeerTube-ec2fa0d0b1d290f6c8de257fa7f1e2e3f28b8dfa.zip |
Fix redis config comment
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 3a6813687..8bdd30e2d 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -45,7 +45,7 @@ database: | |||
45 | 45 | ||
46 | # Redis server for short time storage | 46 | # Redis server for short time storage |
47 | # You can also specify a 'socket' path to a unix socket but first need to | 47 | # You can also specify a 'socket' path to a unix socket but first need to |
48 | # comment out hostname and port | 48 | # set 'hostname' and 'port' to null |
49 | redis: | 49 | redis: |
50 | hostname: 'localhost' | 50 | hostname: 'localhost' |
51 | port: 6379 | 51 | port: 6379 |