aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 30cd2ffe0..b6f7d1913 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -127,6 +127,14 @@ redundancy:
127# strategy: 'recently-added' # Cache recently added videos 127# strategy: 'recently-added' # Cache recently added videos
128# min_views: 10 # Having at least x views 128# min_views: 10 # Having at least x views
129 129
130# Other instances that duplicate your content
131remote_redundancy:
132 videos:
133 # 'nobody': Do not accept remote redundancies
134 # 'anybody': Accept remote redundancies from anybody
135 # 'followings': Accept redundancies from instance followings
136 accept_from: 'anybody'
137
130csp: 138csp:
131 enabled: false 139 enabled: false
132 report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk! 140 report_only: true # CSP directives are still being tested, so disable the report only mode at your own risk!