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/production.yaml.example | |
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/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 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 |