3 * Example localconfig.php. See config.php for more information.
6 // This is the only mandatory setting
7 $conf['projects'] = array(
8 'foo' => array('repo' => '/home/user/projects/foo/.git'),
10 'repo' => '/home/user/projects/foo/.git',
11 'description' => 'Optional overridden description, otherwise it is taken from .git/description'
15 // A bit sorter datetime format: YY-MM-DD HH:MM
16 $conf['datetime'] = '%y-%m-%d %H:%M';
19 $conf['allow_checkout'] = false;