James Moger
2011-05-23 a4d2498b7f94012cfdf481fcf151f8cfd7537a42
distrib/gitblit.properties
@@ -66,6 +66,16 @@
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
@@ -146,11 +156,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.