Added max search results var to sample env
Added and documented MAX_SEARCH_RESULTS to the .env.production.sample file
This commit is contained in:
parent
0ed0c77266
commit
19c3a941e8
|
@ -175,6 +175,10 @@ STREAMING_CLUSTER_NUM=1
|
||||||
# MAX_IMAGE_SIZE=8388608
|
# MAX_IMAGE_SIZE=8388608
|
||||||
# MAX_VIDEO_SIZE=41943040
|
# MAX_VIDEO_SIZE=41943040
|
||||||
|
|
||||||
|
# Maximum search results to display
|
||||||
|
# Only relevant when elasticsearch is installed
|
||||||
|
# MAX_SEARCH_RESULTS=20
|
||||||
|
|
||||||
# LDAP authentication (optional)
|
# LDAP authentication (optional)
|
||||||
# LDAP_ENABLED=true
|
# LDAP_ENABLED=true
|
||||||
# LDAP_HOST=localhost
|
# LDAP_HOST=localhost
|
||||||
|
|
Loading…
Reference in New Issue