From 573e8a017bb626f083901f43a0cf754d4dd22ee0 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 05 May 2011 19:16:17 -0400 Subject: [PATCH] Comments in config file. Disable TLS renegotiation. --- gitblit.properties | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gitblit.properties b/gitblit.properties index 67c3a09..c51fffd 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -6,7 +6,7 @@ git.allowPushPull = true # Base folder for repositories -# Use forward slashes on Windows!! +# Use forward slashes even on Windows!! git.repositoriesFolder = c:/projects/git # Export all repositories @@ -14,6 +14,7 @@ git.exportAll = true # Search repositories folder for nested repositories +# e.g. /libraries/mylibrary.git git.nestedRepositories = true # The root clone url @@ -38,6 +39,7 @@ # # Git:Blit Web Settings # +# If blank Git:Blit is displayed. web.siteName = # If web.authenticate=true, users with "admin" role can create repositories, @@ -52,8 +54,7 @@ web.repositoriesMessage = gitblit # Use the client timezone when formatting dates. -# This uses AJAX to determine the browser's timezone and enables Wicket -# session management for the connection. +# This uses AJAX to determine the browser's timezone. web.useClientTimezone = false # Date and Time formats @@ -134,7 +135,7 @@ server.useNio = true # Standard http port to serve. <= 0 disables this connector. -server.httpPort = 0 +server.httpPort = 80 # Secure/SSL https port to serve. <= 0 disables this connector. server.httpsPort = 443 -- Gitblit v1.9.1