mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-05-08 23:15:11 -04:00
fix: update default value for ENABLE_RATE_LIMITS in Docker configuration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user