0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

add VERDACCIO_STORAGE_PATH documentation

This commit is contained in:
Juan Picado 2022-02-15 19:50:56 +01:00
parent 94f5e765a8
commit 85a01746a5
2 changed files with 3 additions and 1 deletions

View file

@ -42,6 +42,8 @@ Is the location of the default storage. **Verdaccio is by default based on local
storage: ./storage
```
> Released at v5.6.0: The environment variable `VERDACCIO_STORAGE_PATH` could be used to replace the location of the storage (only for the default storage, does not apply to plugins unless it is implemented independently).
### Plugins {#plugins}
Is the location of the plugin directory. Useful for Docker/Kubernetes-based deployments.

View file

@ -1,7 +1,7 @@
{
"private": true,
"name": "@verdaccio/website",
"version": "5.5.2",
"version": "5.6.0",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",