Best way to manage Turborepo remote cache env vars (TURBO_API, TURBO_TEAM, TURBO_TOKEN) in a Next.js monorepo? #10824
-
SummaryWe’re running a monorepo with multiple Next.js apps and packages using Turborepo + a self-hosted remote cache (ducktors/turborepo-remote-cache). Remote caching works fine if these env vars are present:
But we are looking for the best way to store/manage these across dev + CI. Options we’ve explored1. Root
|
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Sep 14, 2025
Replies: 1 comment
-
|
We recommend using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We recommend using
turbo login --manual.