mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
Disable file uploads by default until the UX is better
This commit is contained in:
parent
9d5de22d94
commit
6d2bde023f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue