mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 12:49:13 -04:00
docker: allow to control the maximum file size of an import via IMPORT_MAX_SIZE
This commit is contained in:
parent
f4418149cb
commit
f5d9b94ca1
2 changed files with 2 additions and 1 deletions
|
@ -414,7 +414,7 @@
|
|||
*
|
||||
* File size is specified in bytes. Default is 50 MB.
|
||||
*/
|
||||
"importMaxFileSize": 52428800, // 50 * 1024 * 1024
|
||||
"importMaxFileSize": "${IMPORT_MAX_FILE_SIZE:52428800}", // 50 * 1024 * 1024
|
||||
|
||||
/*
|
||||
* Toolbar buttons configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue