summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-05-23 16:25:10 -0400
committerMicah Anderson <micah@riseup.net>2013-05-23 16:25:10 -0400
commitb478dba03e4636667de7159895817e74b6518a8e (patch)
tree6b98b12dccb1774f4f2bdd1b2811fae3fbf1d8de /nodes
parent8b817d9c5afafb78d2d86442df8cdf9e5fb0d783 (diff)
add soledad service to the couchdb local nodes
Diffstat (limited to 'nodes')
-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"
}