Merge pull request #2743 from thelounge/disable-upload-default
Disable file uploads by default until the UX is better
This commit is contained in:
commit
a27c33e696
@ -156,7 +156,7 @@ module.exports = {
|
|||||||
// `-1` disables the file size limit and allows files of any size. **Use at
|
// `-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.
|
// your own risk.** This value is set to `10240` kilobytes by default.
|
||||||
fileUpload: {
|
fileUpload: {
|
||||||
enable: true,
|
enable: false,
|
||||||
maxFileSize: 10240,
|
maxFileSize: 10240,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user