diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-24 17:17:51 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-24 17:17:51 -0400 |
commit | 8a2e9c363346ef5bf48c8eba09cb8afa46fabeeb (patch) | |
tree | 1408a042f9f20c4bcb627555c0d2867ee3e7ab31 /distrib | |
parent | a4d2498b7f94012cfdf481fcf151f8cfd7537a42 (diff) | |
download | gitblit-8a2e9c363346ef5bf48c8eba09cb8afa46fabeeb.tar.gz gitblit-8a2e9c363346ef5bf48c8eba09cb8afa46fabeeb.zip |
Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index d0e63757..b263f327 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -17,8 +17,10 @@ git.exportAll = true # e.g. /libraries/mylibrary.git
git.nestedRepositories = true
-# The root clone url
-git.cloneUrl = https://localhost/git/
+# 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
@@ -34,7 +36,7 @@ web.authenticateAdminPages = true realm.realmFile = users.properties
# How to store passwords.
-# Valid values are plain, md5 or crypt (unix style). Default is md5.
+# Valid values are plain or md5. Default is md5.
realm.passwordStorage = md5
# Minimum valid length for a plain text password.
|