simple cache for rendered files
[phorkie.git] / data / config.default.php
index d603622f0cf4207279d177f4915fc2016ee65016..c062d025ac9efcf4502d501762a8386dd4b738d4 100644 (file)
@@ -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/',