have a default app icon
[phorkie.git] / data / config.default.php
index d603622f0cf4207279d177f4915fc2016ee65016..253650d6eae3d2c26317205ec2e37f278c1f6821 100644 (file)
@@ -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/',