From: Banana Date: Tue, 21 Nov 2023 11:31:46 +0000 (+0100) Subject: Additional notes in config X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=f5662b43ee42d6953f187b415cb810c0262f72c9;p=insipid.git Additional notes in config --- 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