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
|
2021-03-06 12:56:45 -05:00
|
|
|
|
|
|
|
#### VERDACCIO_PUBLIC_URL
|
|
|
|
|
|
|
|
Define a specific public url for your server, it overrules the `Host` and `X-Forwarded-Proto` header if a reverse proxy is
|
|
|
|
being used.
|
|
|
|
|
|
|
|
This is handy in such situations where a dynamic url is required.
|