X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/352cf1a07daa32c99c4e2b9f16cc26df8d42a298..1f006007edcc362dacfe328ed1a87d31f2f653c8:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index d603622..253650d 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' => $phorkieDir . 'cache/', 'gitdir' => $wwwDir . 'repos/git/', 'workdir' => $wwwDir . 'repos/work/', 'tpl' => __DIR__ . '/templates/',