]> WPIA git - infra.git/blob - modules/gitweb/templates/gitweb.conf.epp
fix: correctly auto-start cassiopeia services
[infra.git] / modules / gitweb / templates / gitweb.conf.epp
1 our $projectroot = "/srv/git";
2 our $project_maxdepth = 1;
3 our $GIT = "/usr/bin/git";
4 our @git_base_url_list = qw(https://code.<%=$systemDomain%> git://code.<%=$systemDomain%>);
5 our $site_name = "WPIA source code repositories";
6 our $omit_owner = true; # all repositories are owned by the git user – useless information
7 our $default_text_plain_charset = "utf-8";
8 our $fallback_encoding = "utf-8";
9 our $projects_list_description_width = 50;