Environment variables to set.
Turborepo-remote-cache is configured through the use of environment variables. The available configuration options can be found in the documentation.
Note that all environment variables set through this configuration parameter will be readable by anyone with access to the host machine. Therefore, sensitive information like TURBO_TOKEN should never be set using this configuration option, but should instead use . See the documentation for that option for more information.
Any environment variables specified in the will supersede environment variables specified in this option.
Declarations
Type
attribute set of (null or boolean or signed integer or string)Default
{ }Example
{
NODE_ENV = "production";
PORT = 8080;
}