diff options
author | Micah Anderson <micah@riseup.net> | 2013-04-04 11:27:59 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-04-04 11:27:59 -0400 |
commit | 264e63967d9247e42662182aec771fbfb81e8e8e (patch) | |
tree | ce690c15d9f49a367c92bbd5a6e2780a9f13968c /provider_base/services/couchdb.json | |
parent | e1aa287ee60d39cc55a1b31da59652898eb21b5c (diff) |
rename the bigcouch_replication_[server,client] to be the more accurately, and
shorter named epmd (erlang port mapper daemon)
Diffstat (limited to 'provider_base/services/couchdb.json')
-rw-r--r-- | provider_base/services/couchdb.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json index ce46e3bb..111baf08 100644 --- a/provider_base/services/couchdb.json +++ b/provider_base/services/couchdb.json @@ -5,8 +5,8 @@ }, "stunnel": { "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)" + "epmd_server": "= stunnel_server(couch.bigcouch.port)", + "epmd_clients": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.bigcouch.port)" }, "couch": { "port": 5984, |