summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes/couch1.json5
-rw-r--r--nodes/couch2.json5
2 files changed, 8 insertions, 2 deletions
diff --git a/nodes/couch1.json b/nodes/couch1.json
index 4b1dde1..e340357 100644
--- a/nodes/couch1.json
+++ b/nodes/couch1.json
@@ -1,4 +1,7 @@
{
- "services": "couchdb",
+ "services": [
+ "couchdb",
+ "soledad"
+ ],
"ip_address": "10.5.5.44"
}
diff --git a/nodes/couch2.json b/nodes/couch2.json
index 380d8df..83c564d 100644
--- a/nodes/couch2.json
+++ b/nodes/couch2.json
@@ -1,4 +1,7 @@
{
- "services": "couchdb",
+ "services": [
+ "couchdb",
+ "soledad"
+ ],
"ip_address": "10.5.5.52"
}