Secret token used for the authentication. You can specify multiple tokens separated by comma (e.g. TURBO_TOKEN=token1,token2,token3). The value must be the same one provided for the token parameter of the build script. See enable custom remote caching in a Turborepo monorepo
Path and file name where save .log file (e.g. /path/to/my/file.log)
server.log
STORAGE_PROVIDER
string
optional
Possible values are local, s3, google-cloud-storage or azure-blob-storage. Use this var to choose the storage provider.
local
STORAGE_PATH
string
optional
Caching folder under /tmp if STORAGE_PROVIDER is set to local. If STORAGE_PROVIDER is set to s3, google-cloud-storage or azure-blob-storage, this will be the name of the bucket.
STORAGE_PATH_USE_TMP_FOLDER
boolean
optional
true
Uses the system tmp folder as a prefix to STORAGE_PATH