summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/couchdb.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json
index e60f4e0f..ce46e3bb 100644
--- a/provider_base/services/couchdb.json
+++ b/provider_base/services/couchdb.json
@@ -4,11 +4,14 @@
"use": true
},
"stunnel": {
- "couch_server": "= stunnel_server(couch.port)"
+ "couch_server": "= stunnel_server(couch.port)",
+ "bigcouch_replication_server": "= stunnel_server(couch.bigcouch.port)",
+ "bigcouch_replication_clients": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.bigcouch.port)"
},
"couch": {
"port": 5984,
"bigcouch": {
+ "port": 4369,
"cookie": "= secret :bigcouch_cookie"
},
"users": {