X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fdefault.yaml;h=f6e944298a5eb4a2b810b78727fe39ad9463844b;hb=380baa35ac59a824406ad685270f7bb8e05c18cf;hp=a0f2eb3a177b004666ea1473b88e57fef45fcf39;hpb=95cd31f1fe3311c873bee8185e6b07398a775a47;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/default.yaml b/config/default.yaml index a0f2eb3a1..f6e944298 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -178,6 +178,10 @@ plugins: check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions url: 'https://packages.joinpeertube.org' +federation: + videos: + federate_unlisted: true + cache: previews: size: 500 # Max number of previews you want to cache @@ -372,3 +376,9 @@ followings: theme: default: 'default' + +broadcast_message: + enabled: false + message: '' # Support markdown + level: 'info' # 'info' | 'warning' | 'error' + dismissable: false