diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 7af615a82..1f6046a1b 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -163,6 +163,10 @@ instance: | |||
163 | description: 'Welcome to this PeerTube instance!' # Support markdown | 163 | description: 'Welcome to this PeerTube instance!' # Support markdown |
164 | terms: 'No terms for now.' # Support markdown | 164 | terms: 'No terms for now.' # Support markdown |
165 | default_client_route: '/videos/trending' | 165 | default_client_route: '/videos/trending' |
166 | # Whether or not the instance is dedicated to NSFW content | ||
167 | # Enabling it will allow other administrators to know that you are mainly federating sensitive content | ||
168 | # Moreover, the NSFW checkbox on video upload will be automatically checked by default | ||
169 | is_nsfw: false | ||
166 | # By default, "do_not_list" or "blur" or "display" NSFW videos | 170 | # By default, "do_not_list" or "blur" or "display" NSFW videos |
167 | # Could be overridden per user with a setting | 171 | # Could be overridden per user with a setting |
168 | default_nsfw_policy: 'do_not_list' | 172 | default_nsfw_policy: 'do_not_list' |