separate git and work directories - gives nicer public git clone urls
[phorkie.git] / data / config.php.dist
index 8ef80e9ddb06bea77d586ecf0b6585caad55182a..0d60a10a18805fd9a5609c00017d06ac5a0a427f 100644 (file)
@@ -1,5 +1,6 @@
 <?php
-//$GLOBALS['phorkie']['cfg']['repos'] = '/var/cache/git/paste/';
+//$GLOBALS['phorkie']['cfg']['gitdir']  = '/var/cache/git/paste/git/';
+//$GLOBALS['phorkie']['cfg']['workdir'] = '/var/cache/git/paste/work/';
 //$GLOBALS['phorkie']['cfg']['git']['public'] = 'git://bogo/git/paste/';
 //$GLOBALS['phorkie']['cfg']['git']['private'] = 'ssh://git@bogo:paste/';
 ?>