1
0
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:
sjaanus 2025-05-13 13:46:03 +03:00
parent 42b6fc810e
commit 6fe2290333
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -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,