Disable file uploads by default until the UX is better
This commit is contained in:
parent
9d5de22d94
commit
6d2bde023f
@ -156,7 +156,7 @@ module.exports = {
|
||||
// `-1` disables the file size limit and allows files of any size. **Use at
|
||||
// your own risk.** This value is set to `10240` kilobytes by default.
|
||||
fileUpload: {
|
||||
enable: true,
|
||||
enable: false,
|
||||
maxFileSize: 10240,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user