automatically configure git paths (dir + public clone url)
[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']['git']['public'] = 'git://bogo/git/paste/';
6 //$GLOBALS['phorkie']['cfg']['git']['private'] = 'ssh://git@bogo:paste/';
7 //$GLOBALS['phorkie']['cfg']['elasticsearch'] = 'http://localhost:9200/phorkie/';
8 //$GLOBALS['phorkie']['cfg']['setupcheck'] = false;
9 //$GLOBALS['phorkie']['cfg']['perPage'] = 10;
10
11 //$GLOBALS['phorkie']['auth']['securityLevel'] = 0;
12 //$GLOBALS['phorkie']['auth']['listedUsersOnly'] = false;
13 //$GLOBALS['phorkie']['auth']['users'] = array(
14 //    'https://www.google.com/accounts/o8/id?id=ABCDEFGHIJKLMNOPQRSTUVWXYZ',
15 //    'http://anonymous.phorkie.openid'
16 //);
17 ?>