]> source.dussan.org Git - gitblit.git/commitdiff
Listen for git daemon and fanout clients on all intefaces, by default
authorJames Moger <james.moger@gitblit.com>
Sun, 9 Mar 2014 01:44:16 +0000 (20:44 -0500)
committerJames Moger <james.moger@gitblit.com>
Sun, 9 Mar 2014 01:44:16 +0000 (20:44 -0500)
src/main/distrib/data/gitblit.properties

index 190bfdf06422bf2fcf13932aa7ad20a35a372094..70a6c6e642ce4dbfc5856656943920c077585742 100644 (file)
@@ -83,7 +83,7 @@ git.submoduleUrlPatterns = .*?://github.com/(.*)
 #\r
 # SINCE 1.3.0\r
 # RESTART REQUIRED\r
-git.daemonBindInterface = localhost\r
+git.daemonBindInterface = \r
 \r
 # port for serving the Git Daemon service.  <= 0 disables this service.\r
 # On Unix/Linux systems, ports < 1024 require root permissions.\r
@@ -598,7 +598,7 @@ groovy.customFields =
 #\r
 # SINCE 1.2.1\r
 # RESTART REQUIRED\r
-fanout.bindInterface = localhost\r
+fanout.bindInterface = \r
 \r
 # port for serving the Fanout PubSub service.  <= 0 disables this service.\r
 # On Unix/Linux systems, ports < 1024 require root permissions.\r