diff options
author | elijah <elijah@riseup.net> | 2013-03-28 10:01:32 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-28 10:01:32 -0700 |
commit | ffda76a47c7f9d5766325d8cdf13d289430456eb (patch) | |
tree | f7e1afc76722468442606afe8249f5c035e80375 /provider_base/services/couchdb.json | |
parent | 92ea0355de872a502d552d89ed88729b9b4fbaa2 (diff) |
added stunnel_server
Diffstat (limited to 'provider_base/services/couchdb.json')
-rw-r--r-- | provider_base/services/couchdb.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json index c3502c6b..0c407316 100644 --- a/provider_base/services/couchdb.json +++ b/provider_base/services/couchdb.json @@ -3,6 +3,9 @@ "x509": { "use": true }, + "stunnel": { + "couch_server": "= stunnel_server(couch.port)" + }, "couch": { "port": 5984, "bigcouch": { |