X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/246ac1d5966639f2036795d859cb2b195c762236..2cd81a74dcf24acf85c86639ad60a140037d4451:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index d603622..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/',