about summary refs log tree commit diff stats
path: root/tools/conf/etc/gitweb.conf
blob: 2f95792e1aa6a9df3aea1bff5121b5c5363e981a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# The directories where your projects are. Must not end with a slash.
our $projectroot = "/srv/gitolite/repositories"; 

# Base URLs for links displayed in the web interface.
our @git_base_url_list = qw(git://core.privat-network.com http://git@core.private-network.com); 

our $site_name = "gitweb";
our $git_temp = "/srv/www/gitweb_tmp";

our $projects_list = "/srv/gitolite/projects.list";

our $projects_list_group_categories = 1;

our $home_link_str="GitWeb";

$feature{'highlight'}{'default'} = [1];

$feature{'pathinfo'}{'default'} = [1];

our @extra_breadcrumbs = (
      [ 'HomePage' => 'https://machine.example.org/' ],
);