X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/352cf1a07daa32c99c4e2b9f16cc26df8d42a298..9c9ba79b708130c7f8593813504cf356cf09068f:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index d603622..6e4c20c 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/', @@ -37,6 +43,7 @@ $GLOBALS['phorkie']['cfg'] = array( a paste is created, edited or deleted */ ) ), + 'geshi' => 'geshi.php', ); $GLOBALS['phorkie']['auth'] = array( // 0 = public, no authentication, 1 = protect adds/edits/deletes,