From 9bc17d16ea48a7978b198126d346828b1d24fe4e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 18 Apr 2011 22:29:20 -0400 Subject: [PATCH] Color-coded change type indicator with tooltip for changed paths. --- gitblit.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitblit.properties b/gitblit.properties index ecefedf..a81e5f6 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -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 = localhost +server.httpBindInterface = # 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 = localhost +server.httpsBindInterface = # Password for SSL keystore (keystore password and certificate password must match) server.storePassword = dosomegit -- Gitblit v1.9.1