X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/f92fbaf636d620a0092fff8b715be9a493547b4f..93c0eee41d0a1ac512efe9e7018366358d355622:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 5b56fc7..4c37849 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,4 +1,9 @@ '%BASEURL%' . 'repos/git/', 'private' => null, ), + 'cachedir' => $phorkieDir . 'cache/', 'gitdir' => $wwwDir . 'repos/git/', 'workdir' => $wwwDir . 'repos/work/', 'tpl' => __DIR__ . '/templates/', @@ -56,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',