From f5662b43ee42d6953f187b415cb810c0262f72c9 Mon Sep 17 00:00:00 2001 From: Banana Date: Tue, 21 Nov 2023 12:31:46 +0100 Subject: [PATCH] Additional notes in config --- webroot/config.default.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webroot/config.default.php b/webroot/config.default.php index 78b4e1e..02674c4 100644 --- a/webroot/config.default.php +++ b/webroot/config.default.php @@ -39,8 +39,10 @@ const FRONTEND_PASSWORD = 'solo'; # absolute path of webroot const ABSOLUTE_PATH = '/path/to/insipid/webroot'; +# log file location. Needs read and write permission for the webservice user const LOGFILE = ABSOLUTE_PATH.'/insipid.log'; # relative to absolute path the name of the storage folder +# Needs read and write permission for the webservice user const LOCAL_STORAGE = 'localdata'; # complete restricted access, not only the private links or the edit functions -- 2.39.5