mirror of https://github.com/apache/druid.git
16 lines
483 B
JSON
16 lines
483 B
JSON
{
|
|
"broker_host" : "localhost",
|
|
"broker_port" : "30400",
|
|
"broker_tls_url" : "http://localhost:30100",
|
|
"router_host" : "localhost",
|
|
"router_port" : "30400",
|
|
"router_tls_url" : "http://localhost:30400",
|
|
"indexer_host" : "localhost",
|
|
"indexer_port" : "30400",
|
|
"historical_host" : "localhost",
|
|
"historical_port" : "30300",
|
|
"coordinator_host" : "localhost",
|
|
"coordinator_port" : "30400",
|
|
"middlemanager_host": "localhost",
|
|
"zookeeper_hosts": "localhost:30600"
|
|
} |