X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a1b772ed96d84480ece5c35eb4c95b692fb63ecc..f92fbaf636d620a0092fff8b715be9a493547b4f:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index dd32195..5b56fc7 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,17 +1,31 @@ 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' => '', + 'iconpng' => '',//phorkie browser icon (favicon) 'title' => 'phorkie', 'topbar' => '', 'setupcheck' => true, 'elasticsearch' => null, - 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', 'index' => 'new',//"new" or "list" 'perPage' => 10, 'defaultListPage' => 'last',//a number or "last"