From f49c7221b74577009f29b4a86401e59d7a57c771 Mon Sep 17 00:00:00 2001 From: Dmitry Borodaenko Date: Mon, 30 Nov 2020 16:51:05 -0800 Subject: [PATCH] Add decreePath to config.example.js --- config/config.example.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.example.js b/config/config.example.js index a49d66d90..5b3e49cc4 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -295,6 +295,8 @@ module.exports = { */ blobStagingPath: './data/blobstage', + decreePath: './data/decrees', + /* CryptPad supports logging events directly to the disk in a 'logs' directory * Set its location here, or set it to false (or nothing) if you'd rather not log */