mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-24 21:15:51 +01:00
e367c3f1e0
* feat: improve legacy token signature by removing deprecated crypto.createDecipher * fix: wrong reference * chore: add debug
14 lines
381 B
Markdown
14 lines
381 B
Markdown
# Environment variables
|
|
|
|
A full list of available environment variables that allow override
|
|
internal features.
|
|
|
|
#### VERDACCIO_LEGACY_ALGORITHM
|
|
|
|
Allows to define the specific algorithm for the token
|
|
signature which by default is `aes-256-ctr`
|
|
|
|
#### VERDACCIO_LEGACY_ENCRYPTION_KEY
|
|
|
|
By default, the token stores in the database, but using this variable allows to get it from memory
|