commit | 63c8c25b95de6f4d545d3c918c1b045681d1d26b | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu May 05 16:14:02 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu May 05 17:01:04 2016 +0200 |
tree | 462013c24706332db1a996597282168e86ddba5a | |
parent | 465fa7abc58059ab93ea3052e7484b986f601c34 [diff] [blame] |
Better support for clustering
diff --git a/metadata/service/server/local.yml b/metadata/service/server/local.yml index bb0e319..e3572ea 100644 --- a/metadata/service/server/local.yml +++ b/metadata/service/server/local.yml
@@ -9,3 +9,8 @@ bind: address: 127.0.0.1 port: 9200 + index: + shards: 1 + replicas: 0 + cluster: + multicast: false