15 lines
525 B
Plaintext
15 lines
525 B
Plaintext
# AMEND DOMAIN NAME AND PATHS ACCORDINGLY!!
|
|
our $projectroot = "/srv/git/";
|
|
our $logo = "custom/git-logo.png";
|
|
our $logo_url = "https://example.com";
|
|
our $favicon = "custom/favicon.ico";
|
|
our $site_name = "example.com Git Repository";
|
|
our $home_link_str = "example.com >> Git Projects";
|
|
our $home_text = "custom/home_text.html";
|
|
our $omit_age_column = "true";
|
|
our $omit_owner = "true";
|
|
our $my_url = "http://git.example.com/gitweb.cgi";
|
|
our $base_url = "http://git.example.com/";
|
|
our $snapshot = "false";
|
|
our $timed = "true";
|