summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-18 23:25:20 +0100
committerMicah Anderson <micah@riseup.net>2013-04-02 10:21:05 -0400
commit5bd90fd23c34874fa32880e27105b4bea130ec3b (patch)
treedea022130d0a23687b3ca5c4fcd255ffd7ad0e68
parent88fa87e5a1b524c6a5e840cda6750c5e7df80275 (diff)
added stunnel config for bigcouch communication
-rw-r--r--provider_base/services/couchdb.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json
index 0c407316..41f9695f 100644
--- a/provider_base/services/couchdb.json
+++ b/provider_base/services/couchdb.json
@@ -4,11 +4,13 @@
"use": true
},
"stunnel": {
- "couch_server": "= stunnel_server(couch.port)"
+ "couch_server": "= stunnel_server(couch.port)",
+ "bigcouch_replication_server": "= stunnel_server(couch.bigcouch.port)"
},
"couch": {
"port": 5984,
"bigcouch": {
+ "port": 4369,
"cookie": "= secret :bigcouch_cookie"
},
"users": {