mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
add VERDACCIO_STORAGE_PATH documentation
This commit is contained in:
parent
94f5e765a8
commit
85a01746a5
2 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,8 @@ Is the location of the default storage. **Verdaccio is by default based on local
|
||||||
storage: ./storage
|
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}
|
### Plugins {#plugins}
|
||||||
|
|
||||||
Is the location of the plugin directory. Useful for Docker/Kubernetes-based deployments.
|
Is the location of the plugin directory. Useful for Docker/Kubernetes-based deployments.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@verdaccio/website",
|
"name": "@verdaccio/website",
|
||||||
"version": "5.5.2",
|
"version": "5.6.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
"start": "docusaurus start",
|
"start": "docusaurus start",
|
||||||
|
|
Loading…
Add table
Reference in a new issue