mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Added DEFAULT_BOARD_ID environment variable setting to all WeKan platforms.
Thanks to xet7 !
This commit is contained in:
parent
922452fe41
commit
a781c0e7dc
9 changed files with 34 additions and 2 deletions
|
@ -57,6 +57,10 @@
|
|||
# If you disable Wekan API with false, Export Board does not work.
|
||||
export WITH_API=true
|
||||
#---------------------------------------------------------------
|
||||
# ==== AFTER OIDC LOGIN, ADD USERS AUTOMATICALLY TO THIS BOARD ID ====
|
||||
# https://github.com/wekan/wekan/pull/5098
|
||||
#- DEFAULT_BOARD_ID=abcd1234
|
||||
#---------------------------------------------------------------
|
||||
# ==== PASSWORD BRUTE FORCE PROTECTION ====
|
||||
#https://atmospherejs.com/lucasantoniassi/accounts-lockout
|
||||
#Defaults below. Uncomment to change. wekan/server/accounts-lockout.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue