use File::HomeDir; # because we seem to have lost $ENV{HOME} in the move to F20.
our $GIT = "/afs/sipb.mit.edu/project/git/bin/git";
our $projectroot = File::HomeDir::home()."/Scripts/git";
our $maxload = 30; # per request of scripts maintainers
our $site_name = ($ENV{'SERVER_NAME'} || "Untitled") . " Git"; # So FCGI will see SERVER_NAME; otherwise a noop.
1;
