aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_browse/settings.py')
-rw-r--r--bn_django/git_browse/settings.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/bn_django/git_browse/settings.py b/bn_django/git_browse/settings.py
index 87b957d..53799ab 100644
--- a/bn_django/git_browse/settings.py
+++ b/bn_django/git_browse/settings.py
@@ -1,2 +1,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/local/bin/git'
+GITCOMMAND = '/usr/bin/git'