diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index ac5e2a739..a4c80b1f1 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -23,6 +23,8 @@ database: | |||
23 | password: 'peertube' | 23 | password: 'peertube' |
24 | 24 | ||
25 | # Redis server for short time storage | 25 | # Redis server for short time storage |
26 | # You can also specify a 'socket' path to a unix socket but first need to | ||
27 | # comment out hostname and port | ||
26 | redis: | 28 | redis: |
27 | hostname: 'localhost' | 29 | hostname: 'localhost' |
28 | port: 6379 | 30 | port: 6379 |
@@ -124,4 +126,4 @@ services: | |||
124 | # If true, a video player will be embedded in the Twitter feed on PeerTube video share | 126 | # If true, a video player will be embedded in the Twitter feed on PeerTube video share |
125 | # If false, we use an image link card that will redirect on your PeerTube instance | 127 | # If false, we use an image link card that will redirect on your PeerTube instance |
126 | # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted | 128 | # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted |
127 | whitelisted: false \ No newline at end of file | 129 | whitelisted: false |