Fix default CliIndexer TLS port (#8415)

This commit is contained in:
Jonathan Wei 2019-08-27 19:23:20 -07:00 committed by Fangjin Yang
parent 7afe473fd3
commit cd750463fa

View File

@ -100,7 +100,7 @@ public class CliIndexer extends ServerRunnable
{
binder.bindConstant().annotatedWith(Names.named("serviceName")).to("druid/indexer");
binder.bindConstant().annotatedWith(Names.named("servicePort")).to(8091);
binder.bindConstant().annotatedWith(Names.named("tlsServicePort")).to(8091);
binder.bindConstant().annotatedWith(Names.named("tlsServicePort")).to(8291);
IndexingServiceModuleHelper.configureTaskRunnerConfigs(binder);