summaryrefslogtreecommitdiff
path: root/nodes/ant.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-16 22:28:03 +0100
committervarac <varacanero@zeromail.org>2016-02-16 22:28:03 +0100
commit1b6f9811fa302556df47073673ed04e4c72c7cf3 (patch)
tree19cf4ffa9e07c10a86d83f3c9e0ed2ab203d317f /nodes/ant.json
parentcec02fc9ec665920a4b8d273a1fd2ce78c98a3cf (diff)
upgrade demo.bm to jessie, migrate to plain couch
Diffstat (limited to 'nodes/ant.json')
-rw-r--r--nodes/ant.json8
1 files changed, 6 insertions, 2 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"
+ }
}