X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/536ef0bf5315002c5a45c179f71562ca1a1da3d5..93c0eee41d0a1ac512efe9e7018366358d355622:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 8f796f4..4c37849 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,10 +1,30 @@ false, - 'gitdir' => __DIR__ . '/../repos/git/', - 'workdir' => __DIR__ . '/../repos/work/', + 'git' => array( + 'public' => '%BASEURL%' . 'repos/git/', + 'private' => null, + ), + 'cachedir' => $phorkieDir . 'cache/', + 'gitdir' => $wwwDir . 'repos/git/', + 'workdir' => $wwwDir . 'repos/work/', 'tpl' => __DIR__ . '/templates/', - 'baseurl' => '/', + 'baseurl' => null, 'avatars' => true, 'css' => '', 'iconpng' => '',//phorkie browser icon (favicon) @@ -12,7 +32,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" @@ -43,6 +62,12 @@ $GLOBALS['phorkie']['tools'] = array( * Key is the file extension */ $GLOBALS['phorkie']['languages'] = array( + 'conf' => array( + 'title' => 'Configuration', + 'mime' => 'text/ini', + 'geshi' => 'ini', + 'show' => false + ), 'css' => array( 'title' => 'CSS', 'mime' => 'text/css',