diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-26 01:53:13 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-28 15:55:34 +0100 |
commit | 3da68f0a781ebd893521e2e6fa200280c92ae815 (patch) | |
tree | 11bddf841118703c725a96851318603407fd581d /config/default.yaml | |
parent | 28eeb811c40325a28208231324f66f4032e5cf67 (diff) | |
download | PeerTube-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/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 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 |