verdaccio-memory
v10.4.2
Published
Storage implementation in memory
Downloads
41,962
Readme
verdaccio-memory
A memory based storage plugin.
npm install --global verdaccio-memoryRequirements
npm install -g verdaccioComplete configuration example:
store:
memory:
limit: 1000in config.yaml
If store: is present storage: fallback is being ignored.
storage: /Users/user/.local/share/verdaccio/storage
auth:
htpasswd:
file: ./htpasswd
store:
memory:
limit: 1000Disclaimer
This plugin should not be use for production environments. It might be useful for testing or such places as CI where data does not need to be persisted.
