X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/f92fbaf636d620a0092fff8b715be9a493547b4f..2cd81a7:/data/config.default.php?ds=sidebyside diff --git a/data/config.default.php b/data/config.default.php index 5b56fc7..c062d02 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -15,6 +15,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'public' => '%BASEURL%' . 'repos/git/', 'private' => null, ), + 'cachedir' => __DIR__ . '/cache/', 'gitdir' => $wwwDir . 'repos/git/', 'workdir' => $wwwDir . 'repos/work/', 'tpl' => __DIR__ . '/templates/', @@ -56,6 +57,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',