aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/settings.py
blob: 53799abc08897f8fd14e82d72bac35b3999624e3 (plain)
1
2
3
4
5
6
7

# full path to directory holding all the git repositories (or sys links to 
#   the repositories)
GITBROWSE_BASE = '/srv/git/'

# fill path to the git command
GITCOMMAND = '/usr/bin/git'