]> 91.132.146.200 Git - insipid.git/commitdiff
Additional notes in config
authorBanana <mail@bananas-playground.net>
Tue, 21 Nov 2023 11:31:46 +0000 (12:31 +0100)
committerBanana <mail@bananas-playground.net>
Tue, 21 Nov 2023 11:31:46 +0000 (12:31 +0100)
webroot/config.default.php

index 78b4e1e72b4b621cdc5083ff61fbdbbe0d4c4485..02674c438a3225fd939568f96ad54fde4e5fa7db 100644 (file)
@@ -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