|
|
@ -248,7 +248,7 @@ module.exports = {
|
|
|
|
/* Setting this value to anything other than true will cause file upload
|
|
|
|
/* Setting this value to anything other than true will cause file upload
|
|
|
|
* attempts to be rejected outright.
|
|
|
|
* attempts to be rejected outright.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
enableUploads: false,
|
|
|
|
enableUploads: true,
|
|
|
|
|
|
|
|
|
|
|
|
/* If you have enabled file upload, you have the option of restricting it
|
|
|
|
/* If you have enabled file upload, you have the option of restricting it
|
|
|
|
* to a list of users identified by their public keys. If this value is set
|
|
|
|
* to a list of users identified by their public keys. If this value is set
|
|
|
|