From: Banana Date: Tue, 16 Jul 2019 15:24:38 +0000 (+0200) Subject: config default update X-Git-Tag: 2.1-alpha-2019-0-29~15 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=f065a67e2cac1e18185d45bbe3cee16f35a7848b;p=insipid.git config default update --- diff --git a/webroot/config.default.php b/webroot/config.default.php index 117a4ed..ef73a95 100644 --- a/webroot/config.default.php +++ b/webroot/config.default.php @@ -38,7 +38,7 @@ define('FRONTEND_USERNAME','luke'); define('FRONTEND_PASSWORD','father'); # absolute path of webroot -define('ABSOLUTE_PATH', '/home/banana/code/insipid/webroot'); +define('ABSOLUTE_PATH', '/path/to/insipid/webroot'); # relative to absolute path the name of the storage folder define('LOCAL_STORAGE', 'localdata');