diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/quetzal.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/nodes/quetzal.json b/nodes/quetzal.json index 5f8f3d6..31178eb 100644 --- a/nodes/quetzal.json +++ b/nodes/quetzal.json @@ -2,5 +2,13 @@ "ip_address": "199.119.112.197", "environment": "jessie", "tags": ["jessie", "dc"], - "services": ["webapp", "couchdb", "mx", "soledad"] + "services": ["webapp", "couchdb", "mx", "soledad"], + "platform": { + "major_version": "0.9", + "version": "0.9" + }, + "couch": { + "master": true, + "pwhash_alg": "pbkdf2" + } } |