More todo items.
[viewgit.git] / inc / config.php
blobad747c791149f66f4e1a093436042cbd451d42ad
1 <?php
2 /** @file
3 * Configuration file for viewgit.
5 * @note DO NOT EDIT THIS FILE. Create localconfig.php instead and override the settings in it.
6 */
7 $conf['projects'] = array(
8 // 'name' => array('repo' => '/path/to/repo'),
9 );
11 $conf['datetime'] = '%Y-%m-%d %H:%M:%S';
13 include_once('localconfig.php');