Update README.md

This commit is contained in:
Matias Alejo Garcia 2015-04-22 14:35:49 -03:00
parent f612d3ea79
commit 6c74f55952
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ BWS supports SSL and Clustering. To configure them see [config.js](https://githu
To use clustering, an external DB server and Lock server need to be configured. The lock server can be started `locker/locker.js`.
# Migration from LevelDB
Old versions of BWS uses LevelDB to store data. There is a migration script available at: `scripts/level2mongo.js`
# Security Considerations