about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorprplecake <me@prplecake.com>2022-11-02 03:20:47 -0500
committerGitHub <noreply@github.com>2022-11-02 09:20:47 +0100
commitf359b15303e243b94c6923f789c5ae80330d5320 (patch)
tree68444b6002573357c7adc6b7baef33ec155558f1 /.env.production.sample
parent56eb1da0f5a794f0aa6cfb640d60e78252d4cb75 (diff)
Allow number of trending hashtags to be customizable (#1884)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 08247c19f..da4c7fe4c 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -279,6 +279,10 @@ MAX_POLL_OPTION_CHARS=100
 # Only relevant when elasticsearch is installed
 # MAX_SEARCH_RESULTS=20
 
+# Maximum hashtags to display
+# Customize the number of hashtags shown in 'Explore'
+# MAX_TRENDING_TAGS=10
+
 # Maximum custom emoji file sizes
 # If undefined or smaller than MAX_EMOJI_SIZE, the value
 # of MAX_EMOJI_SIZE will be used for MAX_REMOTE_EMOJI_SIZE