Skip to content

Commit 1017d2f

Browse files
Add redis env variable
Signed-off-by: Christopher Hakkaart <[email protected]>
1 parent 3471824 commit 1017d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Change these properties to tweak rate limits in Wave.
206206

207207
- **`redis.client.timeout`**: defines the timeout duration (in milliseconds) for Redis client operations. The default value is `5000` (5 seconds).  *Optional*.
208208

209-
- **`redis.password`**: specifies the password used to authenticate with the Redis server. This is needed when redis authentication is enabled.  *Optional*.
209+
- **`redis.password`**: specifies the password used to authenticate with the Redis server. This is needed when redis authentication is enabled. It can be set using the `${REDIS_PASSWORD}` environment variable. *Optional*.
210210

211211
### SurrealDB configuration
212212

0 commit comments

Comments
 (0)