aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml4
-rw-r--r--config/production.yaml.example4
2 files changed, 8 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index e4a5ee727..43c7f4a53 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -366,6 +366,10 @@ instance:
366# - 18 # Food 366# - 18 # Food
367 367
368 default_client_route: '/videos/trending' 368 default_client_route: '/videos/trending'
369 default_trending_route: '/videos/most-viewed'
370 pages:
371 hot:
372 enabled: true
369 373
370 # Whether or not the instance is dedicated to NSFW content 374 # Whether or not the instance is dedicated to NSFW content
371 # Enabling it will allow other administrators to know that you are mainly federating sensitive content 375 # Enabling it will allow other administrators to know that you are mainly federating sensitive content
diff --git a/config/production.yaml.example b/config/production.yaml.example
index f7b56cc4a..f9f3abc18 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -380,6 +380,10 @@ instance:
380# - 18 # Food 380# - 18 # Food
381 381
382 default_client_route: '/videos/trending' 382 default_client_route: '/videos/trending'
383 default_trending_route: '/videos/most-viewed'
384 pages:
385 hot:
386 enabled: true
383 387
384 # Whether or not the instance is dedicated to NSFW content 388 # Whether or not the instance is dedicated to NSFW content
385 # Enabling it will allow other administrators to know that you are mainly federating sensitive content 389 # Enabling it will allow other administrators to know that you are mainly federating sensitive content