diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 3d0732069..fd04b5ce6 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -14,6 +14,11 @@ database: | |||
14 | username: 'peertube' | 14 | username: 'peertube' |
15 | password: 'peertube' | 15 | password: 'peertube' |
16 | 16 | ||
17 | redis: | ||
18 | hostname: 'localhost' | ||
19 | port: 6379 | ||
20 | auth: null | ||
21 | |||
17 | # From the project root directory | 22 | # From the project root directory |
18 | storage: | 23 | storage: |
19 | avatars: 'storage/avatars/' | 24 | avatars: 'storage/avatars/' |