Bind gearman to localhost by default

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-11-21 17:43:53 -05:00
parent 2216ab02ea
commit d780a0ab04
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ zuul_config_gearman_port: 4730
zuul_config_gearman_server: localhost
zuul_config_gearman_server_start: true
zuul_config_gearman_server_listen_address: 0.0.0.0
zuul_config_gearman_server_listen_address: 127.0.0.1
zuul_config_gearman_server_log_config: /etc/zuul/gearman-logging.conf
zuul_config_gerrit_port: 29418