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