mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
7b6fbae6ae
* feat: handle kill signals nicely * chore: add docs and rename variable Co-authored-by: edward kim <edward.kim@lendi.com.au>
10 lines
293 B
Markdown
10 lines
293 B
Markdown
# Environment variables
|
|
|
|
A full list of available environment variables that allow override
|
|
internal features.
|
|
|
|
#### VERDACCIO_HANDLE_KILL_SIGNALS
|
|
|
|
Enables gracefully shutdown, more info [here](https://github.com/verdaccio/verdaccio/pull/2121).
|
|
|
|
This will be enable by default on Verdaccio 5.
|