X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/1e852867ef61f99a5b96369b986b9a858310af56..abf08ecdb046202de8b5abf0392b4b76a5d0f89a:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 3b5066d..5b56fc7 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,19 +1,34 @@ 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" 'notificator' => array( /* send out pingback/webmentions when a remote paste is forked */ 'linkback' => true,