James Moger
2014-03-08 d6ccf989ab397a67ef30e96b82a2841539654d6e
Listen for git daemon and fanout clients on all intefaces, by default
1 files modified
4 ■■■■ changed files
src/main/distrib/data/gitblit.properties 4 ●●●● patch | view | raw | blame | history
src/main/distrib/data/gitblit.properties
@@ -83,7 +83,7 @@
#
# SINCE 1.3.0
# RESTART REQUIRED
git.daemonBindInterface = localhost
git.daemonBindInterface =
# port for serving the Git Daemon service.  <= 0 disables this service.
# On Unix/Linux systems, ports < 1024 require root permissions.
@@ -598,7 +598,7 @@
#
# SINCE 1.2.1
# RESTART REQUIRED
fanout.bindInterface = localhost
fanout.bindInterface =
# port for serving the Fanout PubSub service.  <= 0 disables this service.
# On Unix/Linux systems, ports < 1024 require root permissions.