mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Update README.md
This commit is contained in:
parent
6379f7dfac
commit
f99a9a8d18
1 changed files with 2 additions and 2 deletions
|
@ -50,13 +50,13 @@ Should we allow anybody to publish any package by default? Should it be configur
|
|||
|
||||
No CouchDB. It is supposed to work with zero configuration, so filesystem would be used for storage by default.
|
||||
|
||||
But our company would want to use MongoDB for ourselves, because we have several servers with MongoDB replication set up.
|
||||
But our company would want to use MongoDB+GridFS for ourselves, because we have several servers with MongoDB replication set up.
|
||||
|
||||
So, we would implement some kind of plugin system. There would be at least two plugins with the package (filesystem as a default, mongodb), but if someone wants to use CouchDB or whatever he could write a plugin himself.
|
||||
|
||||
## Plugins
|
||||
|
||||
- storage (filesystem, database)
|
||||
- storage (filesystem, mongo)
|
||||
- logging (bunyan interface?)
|
||||
|
||||
## Existing things
|
||||
|
|
Loading…
Reference in a new issue