Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Add env var to enable learn staging URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ofreyssinet-ledger committed Feb 24, 2022
1 parent bff3b90 commit c14a6b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any> | null | undefined =>
Expand Down

0 comments on commit c14a6b5

Please sign in to comment.