From 45c0d6ed8c9c3afc4d09200358ee2d53f06023e2 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 20 Apr 2011 07:53:15 -0400 Subject: [PATCH] Tag diamonds and sliding date scale on activity graph. --- gitblit.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitblit.properties b/gitblit.properties index a81e5f6..27a9fff 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -65,7 +65,7 @@ # The number of commits to display on the summary page # Value must exceed 0 else default of 20 is used -web.summaryCommitCount = 20 +web.summaryCommitCount = 16 # The number of tags/heads to display on the summary page # Value must exceed 0 else default of 5 is used @@ -130,11 +130,11 @@ # Specify the interface for Jetty to bind the standard connector. # You may specify an ip or an empty value to bind to all interfaces. -server.httpBindInterface = +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. -server.httpsBindInterface = +server.httpsBindInterface = localhost # Password for SSL keystore (keystore password and certificate password must match) server.storePassword = dosomegit -- Gitblit v1.9.1