suppress RPC errors if configured to do so

This commit is contained in:
ansuz
2017-03-16 13:07:01 +01:00
parent b578803136
commit d585fce67b
2 changed files with 8 additions and 1 deletions

View File

@@ -137,6 +137,11 @@ module.exports = {
*/
rpc: './rpc.js',
/* RPC errors are shown by default, but if you really don't care,
* you can suppress them
*/
suppressRPCErrors: false,
/* it is recommended that you serve cryptpad over https
* the filepaths below are used to configure your certificates
*/