diff options
author | varac <varacanero@zeromail.org> | 2013-11-01 17:02:58 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-11-01 17:02:58 +0100 |
commit | e199072f6a34dc8b98aea89c1f6770d13443d01b (patch) | |
tree | b51dd543ee652b822f62b85d126781e66469e46b /nodes | |
parent | dcb754d1aba50d2f9858ef2c3dae81672cdde18a (diff) |
enable local couch backup on thrips and urchin
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/thrips.json | 6 | ||||
-rw-r--r-- | nodes/urchin.json | 3 |
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 } } |