From 1b9cf98b9dbce5a3b50a2ffafad9e549a42438af Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 26 Nov 2025 13:46:37 -0500 Subject: [PATCH] docs: update security env vars to use MODE --- docs/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/security.md b/docs/security.md index 1e662f55..1342726a 100644 --- a/docs/security.md +++ b/docs/security.md @@ -68,8 +68,8 @@ environment: | Variable | Value | Description | | :--- | :--- | :--- | -| `CPM_SECURITY_RATELIMIT_ENABLED` | `true` / `false` | Enable global rate limiting. | -| `CPM_SECURITY_ACL_ENABLED` | `true` / `false` | Enable IP-based Access Control Lists. | +| `CPM_SECURITY_RATELIMIT_MODE` | `enabled` / `disabled` | Enable global rate limiting. | +| `CPM_SECURITY_ACL_MODE` | `enabled` / `disabled` | Enable IP-based Access Control Lists. | ---