X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdev.yaml;h=ef93afc19322782a6c6e5e76f27e0738781969a4;hb=1c30b112b9860255bdb458482c8dba9432419c49;hp=15e239b297eb7f5a146738c6c4a6a9b40cef4562;hpb=9452d4fd3321148fb80b64a67bd9983fee6c208e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/dev.yaml b/config/dev.yaml index 15e239b29..ef93afc19 100644 --- a/config/dev.yaml +++ b/config/dev.yaml @@ -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'