Set new default values of akka.port, seed_nodes list and http port.

This commit is contained in:
wusheng 2017-04-12 21:36:07 +08:00
parent 13a3a776f6
commit e96c991404
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
cluster.current.hostname=127.0.0.1
cluster.current.port=10000
cluster.current.port=11800
cluster.current.roles=WorkersListener
cluster.seed_nodes=127.0.0.1:1000,127.0.0.1:1001
cluster.seed_nodes=127.0.0.1:11800
es.cluster.name=CollectorDBCluster
es.cluster.nodes=127.0.0.1:9300
@ -11,7 +11,7 @@ es.index.shards.number=2
es.index.replicas.number=0
http.hostname=127.0.0.1
http.port=7001
http.port=12800
http.contextPath=/
cache.analysis.size=1024