Added max search results var to sample env

Added and documented MAX_SEARCH_RESULTS to the .env.production.sample file
master
Lady Lumb 5 years ago committed by ThibG
parent 0ed0c77266
commit 19c3a941e8
  1. 4
      .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

Loading…
Cancel
Save