From d1185638abc5d69b6bf4d3432e145525c351f13d Mon Sep 17 00:00:00 2001 From: Eric Miller <1588827+sosheskaz@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:26:33 -0600 Subject: [PATCH] docs: fix redis.enable typo --- searxng/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searxng/README.md b/searxng/README.md index 7a41acc..cb65654 100644 --- a/searxng/README.md +++ b/searxng/README.md @@ -74,7 +74,7 @@ The default values are in https://github.com/searxng/searxng/blob/master/searx/s | env.INSTANCE_NAME | string | `"my-instance"` | Your instance name | | env.BASE_URL | string | `"http://localhost:8080/"` | The base URL of your instance | | env.AUTOCOMPLETE | string | `"false"` | Enable or not the autocomplete by default | -| redis.enable | bool | `false` | Deploy redis | +| redis.enabled | bool | `false` | Deploy redis | ## Changelog