diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-25 15:05:18 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-25 18:41:17 +0100 |
commit | 94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4 (patch) | |
tree | 32a9148e0e4567f0c4ffae0412cbed20b84e8873 /config/default.yaml | |
parent | d765fafc3faf0db9818eb1a07161df1cb1bc0efa (diff) | |
download | PeerTube-94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4.tar.gz PeerTube-94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4.tar.zst PeerTube-94a5ff8a4a75d75bb9df542a39ce8769e7a7e6a4.zip |
Move job queue to redis
We'll use it as cache in the future.
/!\ You'll loose your old jobs (pending jobs too) so upgrade only when
you don't have pending job anymore.
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/' |