Skip to content

Commit

Permalink
by default don't reject orphaned keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Jul 10, 2024
1 parent 4f5727c commit 17c8e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const flags: IFlags = {
),
allowOrphanedWildcardTokens: parseEnvVarBoolean(
process.env.UNLEASH_ORPHANED_TOKENS_KILL_SWITCH,
false,
true,
),
extendedMetrics: parseEnvVarBoolean(
process.env.UNLEASH_EXPERIMENTAL_EXTENDED_METRICS,
Expand Down

0 comments on commit 17c8e7e

Please sign in to comment.