aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-01-26 01:53:13 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-01-28 15:55:34 +0100
commit3da68f0a781ebd893521e2e6fa200280c92ae815 (patch)
tree11bddf841118703c725a96851318603407fd581d /config/production.yaml.example
parent28eeb811c40325a28208231324f66f4032e5cf67 (diff)
downloadPeerTube-3da68f0a781ebd893521e2e6fa200280c92ae815.tar.gz
PeerTube-3da68f0a781ebd893521e2e6fa200280c92ae815.tar.zst
PeerTube-3da68f0a781ebd893521e2e6fa200280c92ae815.zip
add default trending page choice, revert comments count for hot strategy
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example4
1 files changed, 4 insertions, 0 deletions
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