]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/dev.yaml
Fix lint
[github/Chocobozzz/PeerTube.git] / config / dev.yaml
index 15e239b297eb7f5a146738c6c4a6a9b40cef4562..ef93afc19322782a6c6e5e76f27e0738781969a4 100644 (file)
@@ -5,6 +5,9 @@ listen:
 webserver:
   https: false
 
+secrets:
+  peertube: 'my super dev secret'
+
 database:
   hostname: 'localhost'
   port: 5432
@@ -81,6 +84,11 @@ import:
       enabled: true
     torrent:
       enabled: true
+  video_channel_synchronization:
+    enabled: true
+    max_per_user: 10
+    check_interval: 5 minutes
+    videos_limit_per_synchronization: 3
 
 instance:
   default_nsfw_policy: 'display'