fix bridge port

This commit is contained in:
Xavier Léauté 2014-09-15 15:56:35 -07:00
parent 7d592939c5
commit 0209b7e440
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class CliBridge extends ServerRunnable
public void configure(Binder binder)
{
binder.bindConstant().annotatedWith(Names.named("serviceName")).to("druid/bridge");
binder.bindConstant().annotatedWith(Names.named("servicePort")).to(8081);
binder.bindConstant().annotatedWith(Names.named("servicePort")).to(8089);
ConfigProvider.bind(binder, BridgeCuratorConfig.class);