mirror of
https://github.com/apache/druid.git
synced 2025-03-08 10:30:38 +00:00
Fix default CliIndexer TLS port (#8415)
This commit is contained in:
parent
7afe473fd3
commit
cd750463fa
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user