From 99d39514a2ae1064b62a32d85fd25268b230ecfa Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 31 Jul 2017 10:20:42 +0200 Subject: [PATCH] turn uploads on by default --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index 081f2a04b..ed6ce7dbf 100644 --- a/config.example.js +++ b/config.example.js @@ -248,7 +248,7 @@ module.exports = { /* Setting this value to anything other than true will cause file upload * attempts to be rejected outright. */ - enableUploads: false, + enableUploads: true, /* 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