diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 413e3c478..ae8fb2d51 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -177,6 +177,10 @@ instance: | |||
177 | description: '' # Support markdown | 177 | description: '' # Support markdown |
178 | terms: '' # Support markdown | 178 | terms: '' # Support markdown |
179 | default_client_route: '/videos/trending' | 179 | default_client_route: '/videos/trending' |
180 | # Whether or not the instance is dedicated to NSFW content | ||
181 | # Enabling it will allow other administrators to know that you are mainly federating sensitive content | ||
182 | # Moreover, the NSFW checkbox on video upload will be automatically checked by default | ||
183 | is_nsfw: false | ||
180 | # By default, "do_not_list" or "blur" or "display" NSFW videos | 184 | # By default, "do_not_list" or "blur" or "display" NSFW videos |
181 | # Could be overridden per user with a setting | 185 | # Could be overridden per user with a setting |
182 | default_nsfw_policy: 'do_not_list' | 186 | default_nsfw_policy: 'do_not_list' |