mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
Update README.md
This commit is contained in:
parent
6379f7dfac
commit
f99a9a8d18
@ -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.
|
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.
|
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
|
## Plugins
|
||||||
|
|
||||||
- storage (filesystem, database)
|
- storage (filesystem, mongo)
|
||||||
- logging (bunyan interface?)
|
- logging (bunyan interface?)
|
||||||
|
|
||||||
## Existing things
|
## Existing things
|
||||||
|
Loading…
Reference in New Issue
Block a user