mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +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
|
|
@ -19,6 +19,7 @@ ENV \
|
|||
ARCHITECTURE=linux-x64 \
|
||||
SRC_PATH=./ \
|
||||
WITH_API=true \
|
||||
RESULTS_PER_PAGE="" \
|
||||
ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE=3 \
|
||||
ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD=60 \
|
||||
ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW=15 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue