mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 04:10:16 +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
|
|
@ -21,6 +21,7 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
|
|||
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