]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Move job queue to redis
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 3d073206993d596183cad696692dc1040e8d1ae5..fd04b5ce652580888e6d4b945fcce27be7bf1368 100644 (file)
@@ -14,6 +14,11 @@ database:
   username: 'peertube'
   password: 'peertube'
 
+redis:
+  hostname: 'localhost'
+  port: 6379
+  auth: null
+
 # From the project root directory
 storage:
   avatars: 'storage/avatars/'