Skip to content

Commit

Permalink
Make test node local.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewr committed Apr 9, 2012
1 parent 1731e03 commit f76437e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/esperanto/node.clj
Expand Up @@ -22,6 +22,9 @@
(make-node (merge (make-node (merge
{"index.store.type" "ram" {"index.store.type" "ram"
"node.local" "true" "node.local" "true"
"transport.host" "localhost"
"http.bind_host" "localhost"
"http.publish_host" "localhost"
"cluster.name" (rand-cluster-name)} "cluster.name" (rand-cluster-name)}
settings))) settings)))


Expand Down

0 comments on commit f76437e

Please sign in to comment.