summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes/thrips.json6
-rw-r--r--nodes/urchin.json3
2 files changed, 8 insertions, 1 deletions
diff --git a/nodes/thrips.json b/nodes/thrips.json
index e5ac68d..23b7a85 100644
--- a/nodes/thrips.json
+++ b/nodes/thrips.json
@@ -4,5 +4,9 @@
"couchdb",
"soledad"
],
- "tags": ["production", "seattle"]
+ "tags": ["production", "seattle"],
+ "couch": {
+ "backup": true
+ }
+
}
diff --git a/nodes/urchin.json b/nodes/urchin.json
index ae451dc..bac4ea6 100644
--- a/nodes/urchin.json
+++ b/nodes/urchin.json
@@ -4,5 +4,8 @@
"tags": ["development", "istanbul"],
"ssh": {
"port": 4422
+ },
+ "couch": {
+ "backup": true
}
}