summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-27 10:32:34 -0700
committerelijah <elijah@riseup.net>2014-06-27 10:32:34 -0700
commitad8927691d194829581cb858fd0b89755028df11 (patch)
tree6a9d6e8ed87f80f54c542fc8307a81c15e35f4d0 /services
parentc550c16d8690d65d3ef8a5d8da59cb7426aaabfd (diff)
default to all couchdb nodes as master
Diffstat (limited to 'services')
-rw-r--r--services/couchdb.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/services/couchdb.json b/services/couchdb.json
new file mode 100644
index 0000000..65d8fe8
--- /dev/null
+++ b/services/couchdb.json
@@ -0,0 +1,7 @@
+// set the default to master for all couchdb nodes for now,
+// since this is the prior expected behavior.
+{
+ "couch": {
+ "master": true
+ }
+} \ No newline at end of file