mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem attachment while reading
This commit is contained in:
parent
13a13e8eca
commit
c569565ec0
6 changed files with 180 additions and 24 deletions
|
|
@ -232,6 +232,10 @@ services:
|
|||
#- ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD=60
|
||||
#- ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW=15
|
||||
#---------------------------------------------------------------
|
||||
# ==== STORE ATTACHMENT ON SERVER FILESYSTEM INSTEAD OF MONGODB ====
|
||||
# https://github.com/wekan/wekan/pull/2603
|
||||
#- ATTACHMENTS_STORE_PATH = <pathname> # pathname can be relative or fullpath
|
||||
#---------------------------------------------------------------
|
||||
# ==== RICH TEXT EDITOR IN CARD COMMENTS ====
|
||||
# https://github.com/wekan/wekan/pull/2560
|
||||
- RICHER_CARD_COMMENT_EDITOR=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue