Skip to content

Commit

Permalink
add new env var to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jan 24, 2025
1 parent 39d2b65 commit 1c37df9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/recipes/environment-variables-system-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ Debug options, a comma-separated list of the following possible debug options to
- query-usage
- max-records-logged

**Environment Variable:** `LUCEE_ENCRYPTION_ALGORITHM`
**System Property:** `-Dlucee.encryption.algorithm`
Default encryption algorithm used when none is specified. The default "cfmx_compat" is not cryptographically secure - strongly recommended to use "AES" instead.
Valid values: CFMX_COMPAT, AES, BLOWFISH, DES

**Environment Variable:** `LUCEE_EXTENSIONS`
**System Property:** `-Dlucee.extensions`
Define a comma-separated list of Lucee extensions to install when starting up. This can be a simple list of IDs like this, then simply the latest versions get installed:
Expand Down

0 comments on commit 1c37df9

Please sign in to comment.