James Moger
2011-05-24 8a2e9c363346ef5bf48c8eba09cb8afa46fabeeb
distrib/gitblit.properties
@@ -17,8 +17,10 @@
# 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,8 +36,12 @@
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.
# Default value is 5.  Absolute minimum is 4.
realm.minPasswordLength = 5
#
# Git:Blit Web Settings
@@ -61,6 +67,16 @@
# Date and Time formats
web.datestampShortFormat = yyyy-MM-dd
web.datetimestampLongFormat = EEEE, MMMM d, yyyy h:mm a z
# Choose how to present the repositories list.
# grouped = group nested/subfolder repositories together (no sorting)
# flat = flat list of repositories (sorting allowed)
web.repositoryListType = grouped
# If using a grouped repository list and there are repositories at the
# root level of your repositories folder, you may specify the displayed
# group name with this setting.  This value is only used for web presentation.
web.repositoryRootGroupName = main
# Choose the diff presentation style: gitblt, gitweb, or plain
web.diffStyle = gitblit
@@ -142,11 +158,15 @@
server.httpsPort = 443
# Specify the interface for Jetty to bind the standard connector.
# You may specify an ip or an empty value to bind to all interfaces.
# You may specify an ip or an empty value to bind to all interfaces.
# Specifying localhost will result in Git:Blit ONLY listening to requests to
# localhost.
server.httpBindInterface = localhost
# Specify the interface for Jetty to bind the secure connector.
# You may specify an ip or an empty value to bind to all interfaces.
# Specifying localhost will result in Git:Blit ONLY listening to requests to
# localhost.
server.httpsBindInterface = localhost
# Password for SSL keystore.