diff --git a/website/docs/config.md b/website/docs/config.md index 996d8cc4f..26e02f10e 100644 --- a/website/docs/config.md +++ b/website/docs/config.md @@ -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. diff --git a/website/package.json b/website/package.json index 1e32cf5d8..f8cdf2654 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@verdaccio/website", - "version": "5.5.2", + "version": "5.6.0", "scripts": { "docusaurus": "docusaurus", "start": "docusaurus start",