sinopia-mongodb-im
v0.1.1
Published
An easy and fully auth-plugin with configuration to use a mongodb database.
Readme
Installation
$ npm install sinopia
$ npm install sinopia-mongodbConfig
Add to your config.yaml (example config):
auth:
mongodb:
host: localhost
port: 27017
login: ""
password: ""
database: "sinopia"Thanks to @rlidwka for sinopia project.
