Skip to content

Commit

Permalink
Set new default values of akka.port, seed_nodes list and http port.
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Apr 12, 2017
1 parent 13a3a77 commit e96c991
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit e96c991

Please sign in to comment.