SERVER_ prefix.
SERVER
Trust reverse proxies for client IPs.
true: always trustfalse: never trust (always uses direct remote address)- Unset (default): auto-detects based on the connection
Server Configuration
General server environment and file-watching configurations.Config files folder relative to
process.cwd() or absolute path.Use polling instead of native FS events for config file watching. It is typically necessary to set this to
true to successfully watch files over a network.Package Settings
Maximum number of parallel package fetch requests.
Package Cache
Package cache settings including TTL, sizing, and persistence options.Disable the package cache entirely.
Filesystem directory for persistent L2 cache storage.
Main cache TTL for packages, in seconds. Default: 10800 (3 hours). It is recommended to not change this value.
Maximum size for L1 memory cache.
Maximum number of items for L1 memory cache.
Interval in seconds for pruning expired cache entries. Default: 1200 (20 minutes). It is recommended to not change this value.