about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorLady Lumb <42786600+LadyLumb@users.noreply.github.com>2019-06-02 05:50:51 -0700
committerThibG <thib@sitedethib.com>2019-07-20 16:39:48 +0200
commit19c3a941e8ac53a6e1ab6e9c0aaadbc53dd0050f (patch)
treea293dc0115110b312361bc23c506fa9e0eacb8a2 /.env.production.sample
parent0ed0c77266b82f313dec196d82edcc0aef5c2ae5 (diff)
Added max search results var to sample env
Added and documented MAX_SEARCH_RESULTS to the .env.production.sample file
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 3388d380a..a2a9246d4 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -175,6 +175,10 @@ STREAMING_CLUSTER_NUM=1
 # MAX_IMAGE_SIZE=8388608
 # MAX_VIDEO_SIZE=41943040
 
+# Maximum search results to display
+# Only relevant when elasticsearch is installed
+# MAX_SEARCH_RESULTS=20
+
 # LDAP authentication (optional)
 # LDAP_ENABLED=true
 # LDAP_HOST=localhost