diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/ant.json | 8 | ||||
-rw-r--r-- | nodes/thrips.json | 12 |
2 files changed, 6 insertions, 14 deletions
diff --git a/nodes/ant.json b/nodes/ant.json index 14c4cbc..eb34d68 100644 --- a/nodes/ant.json +++ b/nodes/ant.json @@ -1,9 +1,13 @@ { "ip_address": "198.252.153.82", - "services": "couchdb", + "services": [ "couchdb", "soledad" ], "tags": [ "demo", "seattle" ], - "enabled": true + "enabled": true, + "couch": { + "master": true, + "pwhash_alg": "pbkdf2" + } } diff --git a/nodes/thrips.json b/nodes/thrips.json deleted file mode 100644 index 8f0ad56..0000000 --- a/nodes/thrips.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ip_address": "204.13.164.162", - "services": [ - "couchdb", - "soledad" - ], - "tags": ["demo", "seattle"], - "couch": { - "backup": true - } - -} |