IConfigEncryptionOptions
Encryption configuration options.
Defined in: src/shared/interface/config/encryption-options.interface.ts
| Name | Type | Default |
|---|---|---|
encryptionKey | stringThe encryption key to use for AES encrypting/decrypting config values | |
isEnabled | booleanWhether to encrypt sensitive config values (default: false) |
Last updated on