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