Do not crash list view when seeing a fully empty git repository
[phorkie.git] / data / config.php.dist
1 <?php
2 //$GLOBALS['phorkie']['cfg']['baseurl']  = '/';
3 //$GLOBALS['phorkie']['cfg']['gitdir']  = '/var/cache/git/paste/git/';
4 //$GLOBALS['phorkie']['cfg']['workdir'] = '/var/cache/git/paste/work/';
5 //$GLOBALS['phorkie']['cfg']['cachedir'] = '/var/cache/phorkie/';
6 //$GLOBALS['phorkie']['cfg']['git']['public'] = 'git://bogo/git/paste/';
7 //$GLOBALS['phorkie']['cfg']['git']['private'] = 'ssh://git@bogo:paste/';
8 //$GLOBALS['phorkie']['cfg']['elasticsearch'] = 'http://localhost:9200/phorkie/';
9 //$GLOBALS['phorkie']['cfg']['setupcheck'] = false;
10 //$GLOBALS['phorkie']['cfg']['perPage'] = 10;
11
12 //$GLOBALS['phorkie']['auth']['securityLevel'] = 0;
13 //$GLOBALS['phorkie']['auth']['listedUsersOnly'] = false;
14 //$GLOBALS['phorkie']['auth']['users'] = array(
15 //    'https://www.google.com/accounts/o8/id?id=ABCDEFGHIJKLMNOPQRSTUVWXYZ',
16 //    'http://anonymous.phorkie.openid'
17 //);
18 ?>