config.rc (339B)
1 # home of the git user 2 GIT_HOME="/var/git" 3 # directory where bare repos are stored 4 GIT_REPOS="${GIT_HOME}/repos" 5 # where .html will be generated 6 WWW_HOME="/var/www/htdocs/git.example.com" 7 8 # clone uri displayed at top of page 9 CLONE_URI="_git@git.example.com" 10 11 # defaults 12 DEFAULT_OWNER="zakaria" 13 DEFAULT_DESC="" 14 15 # git user 16 GIT_USER="_git"