mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-09 13:47:13 +02:00
chore: enable strict schema validation
This commit is contained in:
parent
42b6fc810e
commit
6fe2290333
@ -96,7 +96,7 @@ const flags: IFlags = {
|
||||
},
|
||||
strictSchemaValidation: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_STRICT_SCHEMA_VALIDTION,
|
||||
false,
|
||||
true,
|
||||
),
|
||||
personalAccessTokensKillSwitch: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_PAT_KILL_SWITCH,
|
||||
|
Loading…
Reference in New Issue
Block a user