diff --git a/src/env.ts b/src/env.ts index b699d82027..29f1e051d2 100644 --- a/src/env.ts +++ b/src/env.ts @@ -560,6 +560,11 @@ const envDefinitions = { parser: stringParser, desc: "Market data api", }, + USE_LEARN_STAGING_URL: { + def: false, + parser: boolParser, + desc: "use the staging URL for the learn page", + }, }; const getDefinition = (name: string): EnvDef | null | undefined =>