From 1c14a6bfb93c914374a6b2f96aec971f8c5b3053 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 11 Apr 2012 20:22:33 +0200 Subject: separate git and work directories - gives nicer public git clone urls --- data/config.default.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index 7c9969e..cec3799 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,8 +1,9 @@ __DIR__ . '/../repos/', - 'tpl' => __DIR__ . '/templates/', - 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', + 'gitdir' => __DIR__ . '/../repos/git/', + 'workdir' => __DIR__ . '/../repos/work/', + 'tpl' => __DIR__ . '/templates/', + 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', ); /** * Array of supported file types / languages. -- cgit v1.2.3