mirror of https://github.com/apache/druid.git
fix bridge port
This commit is contained in:
parent
7d592939c5
commit
0209b7e440
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue