Bind gearman to localhost by default
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
2216ab02ea
commit
d780a0ab04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user