Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Append src/cluster/cx.properties to Server configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
inca committed May 23, 2013
1 parent 12fee55 commit 646c03f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/src/main/scala/cluster.scala
Expand Up @@ -155,6 +155,7 @@ class Server(val cluster: Cluster)
val result = new HashMap[String, String]
result ++= project.properties
result ++= cluster.mainCxProps
result ++= cluster.clusterCxProps
result += "node.address" -> server.address()
result ++= _props.toMap
result.toMap
Expand Down

0 comments on commit 646c03f

Please sign in to comment.