2021-03-17 01:29:07 -05:00
|
|
|
# Environment variables
|
|
|
|
|
|
|
|
A full list of available environment variables that allow override
|
|
|
|
internal features.
|
|
|
|
|
2020-10-03 07:47:04 -05:00
|
|
|
#### VERDACCIO_LEGACY_ALGORITHM
|
2021-03-17 01:29:07 -05:00
|
|
|
|
2020-10-03 07:47:04 -05:00
|
|
|
Allows to define the specific algorithm for the token
|
|
|
|
signature which by default is `aes-256-ctr`
|
2021-03-17 01:29:07 -05:00
|
|
|
|
2020-10-03 07:47:04 -05:00
|
|
|
#### VERDACCIO_LEGACY_ENCRYPTION_KEY
|
2021-03-29 05:32:37 -05:00
|
|
|
|
2020-10-03 07:47:04 -05:00
|
|
|
By default, the token stores in the database, but using this variable allows to get it from memory
|