property NagareConfig.security

Security configuration

Examples

Example 1

security: {
  templateSandbox: "strict",
  validateFilePaths: true,
  auditLog: true
}

Type

SecurityConfig

Usage

import { type NagareConfig } from ".";