diff options
Diffstat (limited to 'tools/conf/etc/gitweb.conf')
-rw-r--r-- | tools/conf/etc/gitweb.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/conf/etc/gitweb.conf b/tools/conf/etc/gitweb.conf deleted file mode 100644 index 2f95792..0000000 --- a/tools/conf/etc/gitweb.conf +++ /dev/null @@ -1,22 +0,0 @@ -# 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/' ], -); |