diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 88a2f2aab..9a9b5833f 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -23,6 +23,8 @@ database: | |||
23 | username: 'peertube' | 23 | username: 'peertube' |
24 | password: 'peertube' | 24 | password: 'peertube' |
25 | 25 | ||
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 |