Changes for media upload limits in config.yml are in effect, but not reflected on UI level #3662
Replies: 4 comments
-
And also in |
Beta Was this translation helpful? Give feedback.
-
Good catch. Both should reference the values in uploads:
# Maximum upload size in bytes per file (default: 5242880 (5 MB))
maxFileSize: 5242880
# Maximum file uploads per request (default: 10)
maxFiles: 10 |
Beta Was this translation helpful? Give feedback.
-
And there is some others references in file client/components/editor/editor-modal-media.vue in lines 145 and 173 |
Beta Was this translation helpful? Give feedback.
-
Is there any way to set the maximum file size as a docker environment? I know i could the config.yml using a volume but I would like to keep everything in my docker-compose file. Furthermore, I am unsure on how this would react to the configuration of my allready established wiki; does it overwrite it? Example for those of you who want to use the config file from the documentation:
|
Beta Was this translation helpful? Give feedback.
-
Changes for media upload limits in config.yml are in effect, but not reflected on UI level.
The values are hardcoded in file
client/components/editor/editor-modal-media.vue on line 153
.Great project btw =)
Beta Was this translation helpful? Give feedback.
All reactions