X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/536ef0bf5315002c5a45c179f71562ca1a1da3d5..abf08ecdb046202de8b5abf0392b4b76a5d0f89a:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 8f796f4..5b56fc7 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,10 +1,24 @@ false, - 'gitdir' => __DIR__ . '/../repos/git/', - 'workdir' => __DIR__ . '/../repos/work/', + 'git' => array( + 'public' => '%BASEURL%' . 'repos/git/', + 'private' => null, + ), + 'gitdir' => $wwwDir . 'repos/git/', + 'workdir' => $wwwDir . 'repos/work/', 'tpl' => __DIR__ . '/templates/', - 'baseurl' => '/', + 'baseurl' => null, 'avatars' => true, 'css' => '', 'iconpng' => '',//phorkie browser icon (favicon) @@ -12,7 +26,6 @@ $GLOBALS['phorkie']['cfg'] = array( 'topbar' => '', 'setupcheck' => true, 'elasticsearch' => null, - 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', 'index' => 'new',//"new" or "list" 'perPage' => 10, 'defaultListPage' => 'last',//a number or "last"