mirror of
https://github.com/wekan/wekan.git
synced 2026-03-14 01:16:13 +01:00
Added environment variable RESULTS_PER_PAGE to all Wekan platforms.
Thanks to xet7 !
This commit is contained in:
parent
4ea4913d72
commit
ba05f383ca
10 changed files with 25 additions and 2 deletions
|
|
@ -49,6 +49,11 @@ echo -e "\t$ snap set $SNAP_NAME with-api='true'"
|
|||
echo -e "\t-Disable the API:"
|
||||
echo -e "\t$ snap unset $SNAP_NAME with-api"
|
||||
echo -e "\n"
|
||||
echo -e "Number of search results to show per page by default:"
|
||||
echo -e "\t$ snap set $SNAP_NAME results-per-page='20'"
|
||||
echo -e "\t-Restore default:"
|
||||
echo -e "\t$ snap unset $SNAP_NAME results-per-page"
|
||||
echo -e "\n"
|
||||
echo -e "Accounts lockout known users failures before, greater than 0. Default: 3"
|
||||
echo -e "\t$ snap set $SNAP_NAME accounts-lockout-known-users-failures-before='3'"
|
||||
echo -e "\t-Restore default:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue