X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=blobdiff_plain;f=gitweb_config.perl;h=b5abd4f3c0206124e3c387bb731382feab58141d;hp=a9393f51442ea4cc2ae1f32363be023966020791;hb=ba86d6242b2d2ff713f3db4725adcabbfb9f1cce;hpb=2776ec9d104a0cd3fefb2ebb09bf32f4f13cc80a diff --git a/gitweb_config.perl b/gitweb_config.perl index a9393f5..b5abd4f 100755 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -1,11 +1,11 @@ #bernie # path to git projects (.git) -$projectroot = "/home/bernie/public_html/wiki/git"; +$projectroot = "/srv/www-codewiz/wiki/git"; @git_base_url_list = ( - 'git://www.codewiz.org/~bernie', - 'http://www.codewiz.org/~bernie/git', + 'git://codewiz.org/~bernie', + 'http://codewiz.org/~bernie/git', 'ssh://shell.codewiz.org/~bernie/public_git'); $site_name = "Codewiz Git Repositories";