From f612d3ea79ea42789406a3040552c8ffb45be547 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 22 Apr 2015 14:34:52 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d672ee..b173cd0 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,11 @@ More about BWS at http://blog.bitpay.com/2015/03/05/bitcore-wallet.html npm start ``` +BWS needs mongoDB. You can configure the connection at `config.js` + BWS supports SSL and Clustering. To configure them see [config.js](https://github.com/bitpay/bitcore-wallet-service/blob/master/config.js). -To use clustering, an external DB server and Lock server need to be configured. These can be started from `multilevel/multilevel.js` and `locker/locker.js`. +To use clustering, an external DB server and Lock server need to be configured. The lock server can be started `locker/locker.js`.