mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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
|
|
@ -261,6 +261,10 @@ services:
|
|||
# If you disable Wekan API with false, Export Board does not work.
|
||||
- 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