summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 11:40:12 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 11:52:52 -0400
commite530f0c1d1a0a26bd277b70197b1f26871d92b1b (patch)
tree4c5d20c9030677b01bbea598553a202520e046db /provider_base
parent264e63967d9247e42662182aec771fbfb81e8e8e (diff)
rename bigcouch.port to more accurate bigcouch.epmd_port
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/couchdb.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json
index 111baf08..3ef4c213 100644
--- a/provider_base/services/couchdb.json
+++ b/provider_base/services/couchdb.json
@@ -5,13 +5,13 @@
},
"stunnel": {
"couch_server": "= stunnel_server(couch.port)",
- "epmd_server": "= stunnel_server(couch.bigcouch.port)",
- "epmd_clients": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.bigcouch.port)"
+ "epmd_server": "= stunnel_server(couch.bigcouch.epmd_port)",
+ "epmd_clients": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.bigcouch.epmd_port)",
},
"couch": {
"port": 5984,
"bigcouch": {
- "port": 4369,
+ "epmd_port": 4369,
"cookie": "= secret :bigcouch_cookie"
},
"users": {