aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-07-07 16:10:56 +0200
committerChristian Weiske <cweiske@cweiske.de>2015-07-07 16:10:56 +0200
commit2cd81a74dcf24acf85c86639ad60a140037d4451 (patch)
tree4bc925ee86b2b2060f774e6270134cde06571db6 /data
parent246ac1d5966639f2036795d859cb2b195c762236 (diff)
downloadphorkie-2cd81a74dcf24acf85c86639ad60a140037d4451.tar.gz
phorkie-2cd81a74dcf24acf85c86639ad60a140037d4451.zip
simple cache for rendered files
Diffstat (limited to 'data')
-rw-r--r--data/config.default.php1
1 files changed, 1 insertions, 0 deletions
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/',