UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.N8N_ENV_FEAT_REDACTION_ENFORCEMENT = void 0; exports.isRedactionEnforcementEnabled = isRedactionEnforcementEnabled; exports.N8N_ENV_FEAT_REDACTION_ENFORCEMENT = 'N8N_ENV_FEAT_REDACTION_ENFORCEMENT'; function isRedactionEnforcementEnabled() { return process.env[exports.N8N_ENV_FEAT_REDACTION_ENFORCEMENT] === 'true'; } //# sourceMappingURL=redaction-enforcement.feature-flag.js.map