diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-26 17:22:03 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-26 17:22:03 -0400 |
commit | 17c417dad5c7be28df4b6e1fd25ec56b484faaff (patch) | |
tree | e9b6c35339d2f50c214f5c7a50a375a33f7d33ba /distrib | |
parent | 2a7306a1d92522569a8bb6e5a7c0bcdd5cf4cfaa (diff) | |
download | gitblit-17c417dad5c7be28df4b6e1fd25ec56b484faaff.tar.gz gitblit-17c417dad5c7be28df4b6e1fd25ec56b484faaff.zip |
Changed git.otherUrls to web.otherUrls.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 8b0027ef..4e2965fd 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -17,11 +17,6 @@ git.exportAll = true # e.g. /libraries/mylibrary.git
git.nestedRepositories = true
-# Show other URLs on the summary page for accessing your git repositories
-# Use spaces to separate urls. {0} is the token for the repository name.
-# git.otherUrls = ssh://localhost/git/{0} git://localhost/git/{0}
-git.otherUrls =
-
#
# Authentication Settings
#
@@ -71,6 +66,11 @@ web.useClientTimezone = false web.datestampShortFormat = yyyy-MM-dd
web.datetimestampLongFormat = EEEE, MMMM d, yyyy h:mm a z
+# Show other URLs on the summary page for accessing your git repositories
+# Use spaces to separate urls. {0} is the token for the repository name.
+# web.otherUrls = ssh://localhost/git/{0} git://localhost/git/{0}
+web.otherUrls =
+
# Choose how to present the repositories list.
# grouped = group nested/subfolder repositories together (no sorting)
# flat = flat list of repositories (sorting allowed)
|