From 5715dfc4d7df1e4d4ef57f3cb61554182e1019b0 Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Fri, 22 Nov 2024 13:42:06 +0100 Subject: [PATCH] updated config doc Signed-off-by: munishchouhan --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 6b284f2c4..d119cae16 100644 --- a/configuration.md +++ b/configuration.md @@ -192,7 +192,7 @@ Rate limit configuration controls the limits of anonymous and authenticated user - **`redis.client.timeout`**: Defines the timeout duration (in milliseconds) for Redis client operations. The default value is `5000` (5 seconds).  *Optional*. -- **`redis.password`**: Specifies the password used to authenticate with the Redis server. This is needed when server authentication is configured.  *Optional*. +- **`redis.password`**: Specifies the password used to authenticate with the Redis server. This is needed when redis authentication is enabled.  *Optional*. - **`surreal.default.ns`**: the namespace for the Surreal database. It can be set using `${SURREALDB_NS}` environment variable. *Mandatory*.