X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fproduction.yaml.example;h=e215288214ac16e7ebdcfa4e19c6a44283ad0bd9;hb=0c23363a2df0bf34538773f76d3c60865ac9f418;hp=bd867be53a4e24481309c59872267fe5853d0d3a;hpb=ed3f089cc78a2153b6fc194e2b9be762b8a939e9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index bd867be53..e21528821 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -179,6 +179,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 + ############################################################################### # @@ -381,7 +385,14 @@ followings: # /!\ Don't enable this if you don't have a reactive moderation team /!\ auto_follow_index: enabled: false - index_url: 'https://instances.joinpeertube.org' + # Host your own using https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow + index_url: '' theme: default: 'default' + +broadcast_message: + enabled: false + message: '' # Support markdown + level: 'info' # 'info' | 'warning' | 'error' + dismissable: false