From 842425371b2846146fcad9aca537d6c76e02f9e5 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Fri, 24 Apr 2026 18:21:53 -0400 Subject: [PATCH] fix: update default value for ENABLE_RATE_LIMITS in Docker configuration --- documentation/docs/install/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/install/docker.md b/documentation/docs/install/docker.md index d574287c..3e5d4208 100644 --- a/documentation/docs/install/docker.md +++ b/documentation/docs/install/docker.md @@ -62,7 +62,7 @@ The `.env` file contains all the configuration settings for your AdventureLog in | `FRONTEND_URL` | Yes | URL to the **frontend**, used for email generation. | `http://localhost:8015` | | `BACKEND_PORT` | Yes | Port that the backend will run on inside Docker. | `8016` | | `DEBUG` | No | Should be `False` in production. | `False` | -| `ENABLE_RATE_LIMITS` | No | Enable rate limits on the backend. Should be `True` in production. | `True` | +| `ENABLE_RATE_LIMITS` | No | Enable rate limits on the backend. Should be `True` in production. | `False` | ## Optional Configuration