diff options
author | elijah <elijah@riseup.net> | 2014-06-19 14:30:22 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-19 14:30:22 -0700 |
commit | a7380ee34769e8142f4fb9e58825af5fd1342108 (patch) | |
tree | e7c4f8244686ddf015f7ab9b9cfec7d34b64272a | |
parent | 1b5f0892bbcb07fa075bfe8c7b083521b38cb73c (diff) |
fix typo in _couchdb_multimaster.json
-rw-r--r-- | provider_base/services/_couchdb_multimaster.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/services/_couchdb_multimaster.json b/provider_base/services/_couchdb_multimaster.json index 3eb4835c..ff133b9c 100644 --- a/provider_base/services/_couchdb_multimaster.json +++ b/provider_base/services/_couchdb_multimaster.json @@ -14,7 +14,7 @@ "epmd_port": 4369, "ednp_port": 9002, "cookie": "= secret :bigcouch_cookie", - "neighbors": "= nodes_like_me['services' => 'couchdb']['couchdb.master' => true].exclude(self).field('domain.full')" + "neighbors": "= nodes_like_me['services' => 'couchdb']['couch.master' => true].exclude(self).field('domain.full')" } } } |